Color Hex Logo

#dbccb9 Color Hex

#DBCCB9
(219,204,185)
0 Favorites   0 Comments

Color spaces of #dbccb9

RGB 219204185
HSL0.090.320.79
HSV34°16°86°
CMYK 0.000.070.16   0.14
XYZ59.563261.748654.6783
Yxy61.74860.33840.3509
Hunter Lab78.5803-2.214013.7506
CIE-Lab82.77952.100711.3396

#dbccb9 color RGB value is (219,204,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10111001
Octal 333 314 271
Decimal 219 204 185
Hex DB CC B9

RGB Percentages of Color #dbccb9

%36.02
%33.55
%30.43

CMYK Percentages of Color #dbccb9

%0
%7
%16
%14

Triadic Colors of #dbccb9

#dbccb9 #b9dbcc #ccb9db

Analogous Colors of #dbccb9

#dbccb9 #d9dbb9 #dbbbb9

Monochromatic Colors of #dbccb9

#dbccb9

Complementary Color

#dbccb9 #b9c8db

#dbccb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccb9 Color CSS Codes

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

#dbccb9 Text Font Color

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

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


#dbccb9 Background Color

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

This div background color is #dbccb9


#dbccb9 Border Color

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

This div border color is #dbccb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccb9


Comments

No comments written yet.

Please login to write comment.