Color Hex Logo

#dbc08f Color Hex

#DBC08F
(219,192,143)
0 Favorites   0 Comments

Color spaces of #dbc08f

RGB 219192143
HSL0.110.510.71
HSV39°35°86°
CMYK 0.000.120.35   0.14
XYZ53.021054.742533.7585
Yxy54.74250.37460.3868
Hunter Lab73.9882-1.563624.7395
CIE-Lab78.89272.577628.2438

#dbc08f color RGB value is (219,192,143).

#dbc08f hex color red value is 219, green value is 192 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbc08f hue: 0.11 , saturation: 0.51 and the lightness value of dbc08f is 0.71.

The process color (four color CMYK) of #dbc08f color hex is 0.00, 0.12, 0.35, 0.14. Web safe color of #dbc08f is #cccc99. Color #dbc08f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10001111
Octal 333 300 217
Decimal 219 192 143
Hex DB C0 8F

RGB Percentages of Color #dbc08f

%39.53
%34.66
%25.81

CMYK Percentages of Color #dbc08f

%0
%12
%35
%14

Triadic Colors of #dbc08f

#dbc08f #8fdbc0 #c08fdb

Analogous Colors of #dbc08f

#dbc08f #d0db8f #db9a8f

Monochromatic Colors of #dbc08f

#dbc08f

Complementary Color

#dbc08f #8faadb

#dbc08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc08f Color CSS Codes

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

#dbc08f Text Font Color

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

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


#dbc08f Background Color

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

This div background color is #dbc08f


#dbc08f Border Color

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

This div border color is #dbc08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc08f


Comments

No comments written yet.

Please login to write comment.