Color Hex Logo

#dbc7ad Color Hex

#DBC7AD
(219,199,173)
0 Favorites   0 Comments

Color spaces of #dbc7ad

RGB 219199173
HSL0.090.390.77
HSV34°21°86°
CMYK 0.000.090.21   0.14
XYZ57.179758.924047.8949
Yxy58.92400.34870.3593
Hunter Lab76.7620-1.369516.7399
CIE-Lab81.24982.909315.5684

#dbc7ad color RGB value is (219,199,173).

#dbc7ad hex color red value is 219, green value is 199 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbc7ad hue: 0.09 , saturation: 0.39 and the lightness value of dbc7ad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10101101
Octal 333 307 255
Decimal 219 199 173
Hex DB C7 AD

RGB Percentages of Color #dbc7ad

%37.06
%33.67
%29.27

CMYK Percentages of Color #dbc7ad

%0
%9
%21
%14

Triadic Colors of #dbc7ad

#dbc7ad #addbc7 #c7addb

Analogous Colors of #dbc7ad

#dbc7ad #d8dbad #dbb0ad

Monochromatic Colors of #dbc7ad

#dbc7ad

Complementary Color

#dbc7ad #adc1db

#dbc7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7ad Color CSS Codes

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

#dbc7ad Text Font Color

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

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


#dbc7ad Background Color

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

This div background color is #dbc7ad


#dbc7ad Border Color

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

This div border color is #dbc7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7ad


Comments

No comments written yet.

Please login to write comment.