Color Hex Logo

#dcba59 Color Hex

#DCBA59
(220,186,89)
0 Favorites   0 Comments

Color spaces of #dcba59

RGB 22018689
HSL0.120.650.61
HSV44°60°86°
CMYK 0.000.150.60   0.14
XYZ48.877351.054716.7296
Yxy51.05470.41900.4376
Hunter Lab71.4526-2.938736.1349
CIE-Lab76.71210.962152.7282

#dcba59 color RGB value is (220,186,89).

#dcba59 hex color red value is 220, green value is 186 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dcba59 hue: 0.12 , saturation: 0.65 and the lightness value of dcba59 is 0.61.

The process color (four color CMYK) of #dcba59 color hex is 0.00, 0.15, 0.60, 0.14. Web safe color of #dcba59 is #cccc66. Color #dcba59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01011001
Octal 334 272 131
Decimal 220 186 89
Hex DC BA 59

RGB Percentages of Color #dcba59

%44.44
%37.58
%17.98

CMYK Percentages of Color #dcba59

%0
%15
%60
%14

Triadic Colors of #dcba59

#dcba59 #59dcba #ba59dc

Analogous Colors of #dcba59

#dcba59 #bddc59 #dc7959

Monochromatic Colors of #dcba59

#dcba59

Complementary Color

#dcba59 #597bdc

#dcba59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba59 Color CSS Codes

.mybgcolor {background-color:#dcba59; } 
.myforecolor {color:#dcba59; }
.mybordercolor {border:3px solid #dcba59; }

#dcba59 Text Font Color

<p style="color:#dcba59">Text here</p>

This sample text font color is #dcba59
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcba59 Background Color

<div style="background-color:#dcba59">
Div content here</div>

This div background color is #dcba59


#dcba59 Border Color

<div style="border:3px solid #dcba59">
Div here</div>

This div border color is #dcba59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,186,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcba59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcba59;
  -webkit-box-shadow: 1px 1px 3px 2px #dcba59;
  box-shadow:         1px 1px 3px 2px #dcba59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,186,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcba59">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcba59;
  -webkit-box-shadow: 1px 1px 3px 2px #dcba59;
  box-shadow:         1px 1px 3px 2px #dcba59;">
Div content here</div>

This div box has shadow with color #dcba59


Comments

No comments written yet.

Please login to write comment.