Color Hex Logo

#dbcb9f Color Hex

#DBCB9F
(219,203,159)
0 Favorites   0 Comments

Color spaces of #dbcb9f

RGB 219203159
HSL0.120.450.74
HSV44°27°86°
CMYK 0.000.070.27   0.14
XYZ56.827460.275141.4400
Yxy60.27510.35840.3802
Hunter Lab77.6370-5.209522.6990
CIE-Lab81.9875-1.139124.0056

#dbcb9f color RGB value is (219,203,159).

#dbcb9f hex color red value is 219, green value is 203 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbcb9f hue: 0.12 , saturation: 0.45 and the lightness value of dbcb9f is 0.74.

The process color (four color CMYK) of #dbcb9f color hex is 0.00, 0.07, 0.27, 0.14. Web safe color of #dbcb9f is #cccc99. Color #dbcb9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10011111
Octal 333 313 237
Decimal 219 203 159
Hex DB CB 9F

RGB Percentages of Color #dbcb9f

%37.69
%34.94
%27.37

CMYK Percentages of Color #dbcb9f

%0
%7
%27
%14

Triadic Colors of #dbcb9f

#dbcb9f #9fdbcb #cb9fdb

Analogous Colors of #dbcb9f

#dbcb9f #cddb9f #dbad9f

Monochromatic Colors of #dbcb9f

#dbcb9f

Complementary Color

#dbcb9f #9fafdb

#dbcb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb9f Color CSS Codes

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

#dbcb9f Text Font Color

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

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


#dbcb9f Background Color

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

This div background color is #dbcb9f


#dbcb9f Border Color

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

This div border color is #dbcb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb9f


Comments

No comments written yet.

Please login to write comment.