Color Hex Logo

#dcb259 Color Hex

#DCB259
(220,178,89)
0 Favorites   0 Comments

Color spaces of #dcb259

RGB 22017889
HSL0.110.650.61
HSV41°60°86°
CMYK 0.000.190.60   0.14
XYZ47.238847.777716.1835
Yxy47.77770.42480.4297
Hunter Lab69.12141.027634.5033
CIE-Lab74.68455.174750.4108

#dcb259 color RGB value is (220,178,89).

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

The process color (four color CMYK) of #dcb259 color hex is 0.00, 0.19, 0.60, 0.14. Web safe color of #dcb259 is #cc9966. Color #dcb259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 01011001
Octal 334 262 131
Decimal 220 178 89
Hex DC B2 59

RGB Percentages of Color #dcb259

%45.17
%36.55
%18.28

CMYK Percentages of Color #dcb259

%0
%19
%60
%14

Triadic Colors of #dcb259

#dcb259 #59dcb2 #b259dc

Analogous Colors of #dcb259

#dcb259 #c5dc59 #dc7159

Monochromatic Colors of #dcb259

#dcb259

Complementary Color

#dcb259 #5983dc

#dcb259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb259 Color CSS Codes

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

#dcb259 Text Font Color

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

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


#dcb259 Background Color

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

This div background color is #dcb259


#dcb259 Border Color

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

This div border color is #dcb259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb259


Comments

No comments written yet.

Please login to write comment.