Color Hex Logo

#dbc6ad Color Hex

#DBC6AD
(219,198,173)
2 Favorites   0 Comments

Color spaces of #dbc6ad

RGB 219198173
HSL0.090.390.77
HSV33°21°86°
CMYK 0.000.100.21   0.14
XYZ56.950358.465447.8185
Yxy58.46540.34890.3582
Hunter Lab76.4627-0.860816.4449
CIE-Lab80.99693.434415.2132

#dbc6ad color RGB value is (219,198,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10101101
Octal 333 306 255
Decimal 219 198 173
Hex DB C6 AD

RGB Percentages of Color #dbc6ad

%37.12
%33.56
%29.32

CMYK Percentages of Color #dbc6ad

%0
%10
%21
%14

Triadic Colors of #dbc6ad

#dbc6ad #addbc6 #c6addb

Analogous Colors of #dbc6ad

#dbc6ad #d9dbad #dbafad

Monochromatic Colors of #dbc6ad

#dbc6ad

Complementary Color

#dbc6ad #adc2db

#dbc6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6ad Color CSS Codes

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

#dbc6ad Text Font Color

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

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


#dbc6ad Background Color

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

This div background color is #dbc6ad


#dbc6ad Border Color

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

This div border color is #dbc6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6ad

#dbc6ad Color Palettes


Comments

No comments written yet.

Please login to write comment.