Color Hex Logo

#dbc4aa Color Hex

#DBC4AA
(219,196,170)
0 Favorites   0 Comments

Color spaces of #dbc4aa

RGB 219196170
HSL0.090.400.76
HSV32°22°86°
CMYK 0.000.110.22   0.14
XYZ56.209057.442246.1551
Yxy57.44220.35170.3594
Hunter Lab75.7906-0.251716.9469
CIE-Lab80.42774.050816.0154

#dbc4aa color RGB value is (219,196,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10101010
Octal 333 304 252
Decimal 219 196 170
Hex DB C4 AA

RGB Percentages of Color #dbc4aa

%37.44
%33.50
%29.06

CMYK Percentages of Color #dbc4aa

%0
%11
%22
%14

Triadic Colors of #dbc4aa

#dbc4aa #aadbc4 #c4aadb

Analogous Colors of #dbc4aa

#dbc4aa #dadbaa #dbacaa

Monochromatic Colors of #dbc4aa

#dbc4aa

Complementary Color

#dbc4aa #aac1db

#dbc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc4aa Color CSS Codes

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

#dbc4aa Text Font Color

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

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


#dbc4aa Background Color

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

This div background color is #dbc4aa


#dbc4aa Border Color

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

This div border color is #dbc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc4aa


Comments

No comments written yet.

Please login to write comment.