color codes Logo

#dcb96c color codes

#DCB96C
(220,185,108)
0 Favorites   0 Comments

Color spaces of #dcb96c

RGB 220185108
HSL0.110.620.64
HSV41°51°86°
CMYK 0.000.160.51   0.14
XYZ49.570950.996321.4180
Yxy50.99630.40640.4181
Hunter Lab71.4117-1.063532.2058
CIE-Lab76.67683.000543.4724

#dcb96c color RGB value is (220,185,108).

#dcb96c hex color red value is 220, green value is 185 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcb96c hue: 0.11 , saturation: 0.62 and the lightness value of dcb96c is 0.64.

The process color (four color CMYK) of #dcb96c color code is 0.00, 0.16, 0.51, 0.14. Web safe color of #dcb96c is #cccc66. Color #dcb96c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01101100
Octal 334 271 154
Decimal 220 185 108
Hex DC B9 6C

RGB Percentages of Color #dcb96c

%42.88
%36.06
%21.05

CMYK Percentages of Color #dcb96c

%0
%16
%51
%14

Triadic Colors of #dcb96c

#dcb96c #6cdcb9 #b96cdc

Analogous Colors of #dcb96c

#dcb96c #c7dc6c #dc816c

Monochromatic Colors of #dcb96c

#dcb96c

Complementary Color

#dcb96c #6c8fdc

#dcb96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb96c Color CSS Codes

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

#dcb96c Text Font Color

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

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


#dcb96c Background Color

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

This div background color is #dcb96c


#dcb96c Border Color

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

This div border color is #dcb96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb96c


Comments

No comments written yet.

Please login to write comment.