Color Hex Logo

#dbcfb9 Color Hex

#DBCFB9
(219,207,185)
0 Favorites   0 Comments

Color spaces of #dbcfb9

RGB 219207185
HSL0.110.320.79
HSV39°16°86°
CMYK 0.000.050.16   0.14
XYZ60.283263.188554.9183
Yxy63.18850.33790.3542
Hunter Lab79.4912-3.741814.6820
CIE-Lab83.54150.533812.4210

#dbcfb9 color RGB value is (219,207,185).

#dbcfb9 hex color red value is 219, green value is 207 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dbcfb9 hue: 0.11 , saturation: 0.32 and the lightness value of dbcfb9 is 0.79.

The process color (four color CMYK) of #dbcfb9 color hex is 0.00, 0.05, 0.16, 0.14. Web safe color of #dbcfb9 is #cccccc. Color #dbcfb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10111001
Octal 333 317 271
Decimal 219 207 185
Hex DB CF B9

RGB Percentages of Color #dbcfb9

%35.84
%33.88
%30.28

CMYK Percentages of Color #dbcfb9

%0
%5
%16
%14

Triadic Colors of #dbcfb9

#dbcfb9 #b9dbcf #cfb9db

Analogous Colors of #dbcfb9

#dbcfb9 #d6dbb9 #dbbeb9

Monochromatic Colors of #dbcfb9

#dbcfb9

Complementary Color

#dbcfb9 #b9c5db

#dbcfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcfb9 Color CSS Codes

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

#dbcfb9 Text Font Color

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

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


#dbcfb9 Background Color

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

This div background color is #dbcfb9


#dbcfb9 Border Color

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

This div border color is #dbcfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcfb9


Comments

No comments written yet.

Please login to write comment.