Color Hex Logo

#dbcdaf Color Hex

#DBCDAF
(219,205,175)
0 Favorites   0 Comments

Color spaces of #dbcdaf

RGB 219205175
HSL0.110.380.77
HSV41°20°86°
CMYK 0.000.060.20   0.14
XYZ58.782661.817949.3913
Yxy61.81790.34580.3637
Hunter Lab78.6244-4.139217.7915
CIE-Lab82.81650.064116.7017

#dbcdaf color RGB value is (219,205,175).

#dbcdaf hex color red value is 219, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dbcdaf hue: 0.11 , saturation: 0.38 and the lightness value of dbcdaf is 0.77.

The process color (four color CMYK) of #dbcdaf color hex is 0.00, 0.06, 0.20, 0.14. Web safe color of #dbcdaf is #cccc99. Color #dbcdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 10101111
Octal 333 315 257
Decimal 219 205 175
Hex DB CD AF

RGB Percentages of Color #dbcdaf

%36.56
%34.22
%29.22

CMYK Percentages of Color #dbcdaf

%0
%6
%20
%14

Triadic Colors of #dbcdaf

#dbcdaf #afdbcd #cdafdb

Analogous Colors of #dbcdaf

#dbcdaf #d3dbaf #dbb7af

Monochromatic Colors of #dbcdaf

#dbcdaf

Complementary Color

#dbcdaf #afbddb

#dbcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcdaf Color CSS Codes

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

#dbcdaf Text Font Color

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

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


#dbcdaf Background Color

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

This div background color is #dbcdaf


#dbcdaf Border Color

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

This div border color is #dbcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcdaf


Comments

No comments written yet.

Please login to write comment.