Color Hex Logo

#dbc8aa Color Hex

#DBC8AA
(219,200,170)
0 Favorites   0 Comments

Color spaces of #dbc8aa

RGB 219200170
HSL0.100.400.76
HSV37°22°86°
CMYK 0.000.090.22   0.14
XYZ57.123459.270946.4599
Yxy59.27090.35080.3640
Hunter Lab76.9876-2.284518.1114
CIE-Lab81.44031.949717.4313

#dbc8aa color RGB value is (219,200,170).

#dbc8aa hex color red value is 219, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbc8aa hue: 0.10 , saturation: 0.40 and the lightness value of dbc8aa is 0.76.

The process color (four color CMYK) of #dbc8aa color hex is 0.00, 0.09, 0.22, 0.14. Web safe color of #dbc8aa is #cccc99. Color #dbc8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10101010
Octal 333 310 252
Decimal 219 200 170
Hex DB C8 AA

RGB Percentages of Color #dbc8aa

%37.18
%33.96
%28.86

CMYK Percentages of Color #dbc8aa

%0
%9
%22
%14

Triadic Colors of #dbc8aa

#dbc8aa #aadbc8 #c8aadb

Analogous Colors of #dbc8aa

#dbc8aa #d6dbaa #dbb0aa

Monochromatic Colors of #dbc8aa

#dbc8aa

Complementary Color

#dbc8aa #aabddb

#dbc8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc8aa Color CSS Codes

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

#dbc8aa Text Font Color

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

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


#dbc8aa Background Color

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

This div background color is #dbc8aa


#dbc8aa Border Color

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

This div border color is #dbc8aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,200,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc8aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc8aa;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc8aa;
  box-shadow:         1px 1px 3px 2px #dbc8aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc8aa


Comments

No comments written yet.

Please login to write comment.