Color Hex Logo

#dcb859 Color Hex

#DCB859
(220,184,89)
0 Favorites   0 Comments

Color spaces of #dcb859

RGB 22018489
HSL0.120.650.61
HSV44°60°86°
CMYK 0.000.160.60   0.14
XYZ48.458950.217916.5902
Yxy50.21790.42040.4357
Hunter Lab70.8646-1.950535.7248
CIE-Lab76.20282.011252.1484

#dcb859 color RGB value is (220,184,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 01011001
Octal 334 270 131
Decimal 220 184 89
Hex DC B8 59

RGB Percentages of Color #dcb859

%44.62
%37.32
%18.05

CMYK Percentages of Color #dcb859

%0
%16
%60
%14

Triadic Colors of #dcb859

#dcb859 #59dcb8 #b859dc

Analogous Colors of #dcb859

#dcb859 #bfdc59 #dc7759

Monochromatic Colors of #dcb859

#dcb859

Complementary Color

#dcb859 #597ddc

#dcb859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb859 Color CSS Codes

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

#dcb859 Text Font Color

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

This sample text font color is #dcb859
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.


#dcb859 Background Color

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

This div background color is #dcb859


#dcb859 Border Color

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

This div border color is #dcb859


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,184,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 #dcb859">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb859


Comments

No comments written yet.

Please login to write comment.