Color Hex Logo

#dcb799 Color Hex

#DCB799
(220,183,153)
0 Favorites   0 Comments

Color spaces of #dcb799

RGB 220183153
HSL0.070.490.73
HSV27°30°86°
CMYK 0.000.170.30   0.14
XYZ52.198551.382537.3037
Yxy51.38250.37050.3647
Hunter Lab71.68164.540819.3221
CIE-Lab76.91018.983820.2438

#dcb799 color RGB value is (220,183,153).

#dcb799 hex color red value is 220, green value is 183 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dcb799 hue: 0.07 , saturation: 0.49 and the lightness value of dcb799 is 0.73.

The process color (four color CMYK) of #dcb799 color hex is 0.00, 0.17, 0.30, 0.14. Web safe color of #dcb799 is #cccc99. Color #dcb799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10011001
Octal 334 267 231
Decimal 220 183 153
Hex DC B7 99

RGB Percentages of Color #dcb799

%39.57
%32.91
%27.52

CMYK Percentages of Color #dcb799

%0
%17
%30
%14

Triadic Colors of #dcb799

#dcb799 #99dcb7 #b799dc

Analogous Colors of #dcb799

#dcb799 #dcd999 #dc999d

Monochromatic Colors of #dcb799

#dcb799

Complementary Color

#dcb799 #99bedc

#dcb799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb799 Color CSS Codes

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

#dcb799 Text Font Color

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

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


#dcb799 Background Color

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

This div background color is #dcb799


#dcb799 Border Color

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

This div border color is #dcb799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb799


Comments

No comments written yet.

Please login to write comment.