Color Hex Logo

#dbc09f Color Hex

#DBC09F
(219,192,159)
0 Favorites   0 Comments

Color spaces of #dbc09f

RGB 219192159
HSL0.090.450.74
HSV33°27°86°
CMYK 0.000.120.27   0.14
XYZ54.321155.262540.6046
Yxy55.26250.36170.3680
Hunter Lab74.33880.341419.6523
CIE-Lab79.19224.623620.1668

#dbc09f color RGB value is (219,192,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10011111
Octal 333 300 237
Decimal 219 192 159
Hex DB C0 9F

RGB Percentages of Color #dbc09f

%38.42
%33.68
%27.89

CMYK Percentages of Color #dbc09f

%0
%12
%27
%14

Triadic Colors of #dbc09f

#dbc09f #9fdbc0 #c09fdb

Analogous Colors of #dbc09f

#dbc09f #d8db9f #dba29f

Monochromatic Colors of #dbc09f

#dbc09f

Complementary Color

#dbc09f #9fbadb

#dbc09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc09f Color CSS Codes

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

#dbc09f Text Font Color

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

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


#dbc09f Background Color

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

This div background color is #dbc09f


#dbc09f Border Color

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

This div border color is #dbc09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc09f


Comments

No comments written yet.

Please login to write comment.