Color Hex Logo

#dbc99a Color Hex

#DBC99A
(219,201,154)
0 Favorites   0 Comments

Color spaces of #dbc99a

RGB 219201154
HSL0.120.470.73
HSV43°30°86°
CMYK 0.000.080.30   0.14
XYZ55.932859.166539.0441
Yxy59.16650.36290.3838
Hunter Lab76.9198-4.811923.7485
CIE-Lab81.3830-0.755725.8123

#dbc99a color RGB value is (219,201,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10011010
Octal 333 311 232
Decimal 219 201 154
Hex DB C9 9A

RGB Percentages of Color #dbc99a

%38.15
%35.02
%26.83

CMYK Percentages of Color #dbc99a

%0
%8
%30
%14

Triadic Colors of #dbc99a

#dbc99a #9adbc9 #c99adb

Analogous Colors of #dbc99a

#dbc99a #cddb9a #dba99a

Monochromatic Colors of #dbc99a

#dbc99a

Complementary Color

#dbc99a #9aacdb

#dbc99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc99a Color CSS Codes

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

#dbc99a Text Font Color

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

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


#dbc99a Background Color

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

This div background color is #dbc99a


#dbc99a Border Color

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

This div border color is #dbc99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc99a


Comments

No comments written yet.

Please login to write comment.