Color Hex Logo

#dbc99e Color Hex

#DBC99E
(219,201,158)
0 Favorites   0 Comments

Color spaces of #dbc99e

RGB 219201158
HSL0.120.460.74
HSV42°28°86°
CMYK 0.000.080.28   0.14
XYZ56.271659.302040.8283
Yxy59.30200.35980.3792
Hunter Lab77.0078-4.329022.4708
CIE-Lab81.4573-0.231623.8082

#dbc99e color RGB value is (219,201,158).

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

The process color (four color CMYK) of #dbc99e color hex is 0.00, 0.08, 0.28, 0.14. Web safe color of #dbc99e is #cccc99. Color #dbc99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10011110
Octal 333 311 236
Decimal 219 201 158
Hex DB C9 9E

RGB Percentages of Color #dbc99e

%37.89
%34.78
%27.34

CMYK Percentages of Color #dbc99e

%0
%8
%28
%14

Triadic Colors of #dbc99e

#dbc99e #9edbc9 #c99edb

Analogous Colors of #dbc99e

#dbc99e #cfdb9e #dbab9e

Monochromatic Colors of #dbc99e

#dbc99e

Complementary Color

#dbc99e #9eb0db

#dbc99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc99e Color CSS Codes

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

#dbc99e Text Font Color

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

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


#dbc99e Background Color

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

This div background color is #dbc99e


#dbc99e Border Color

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

This div border color is #dbc99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc99e


Comments

No comments written yet.

Please login to write comment.