Color Hex Logo

#dbc09a Color Hex

#DBC09A
(219,192,154)
0 Favorites   0 Comments

Color spaces of #dbc09a

RGB 219192154
HSL0.100.470.73
HSV35°30°86°
CMYK 0.000.120.30   0.14
XYZ53.895855.092438.3651
Yxy55.09240.36580.3739
Hunter Lab74.2243-0.279821.3111
CIE-Lab79.09453.959322.6950

#dbc09a color RGB value is (219,192,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10011010
Octal 333 300 232
Decimal 219 192 154
Hex DB C0 9A

RGB Percentages of Color #dbc09a

%38.76
%33.98
%27.26

CMYK Percentages of Color #dbc09a

%0
%12
%30
%14

Triadic Colors of #dbc09a

#dbc09a #9adbc0 #c09adb

Analogous Colors of #dbc09a

#dbc09a #d6db9a #dba09a

Monochromatic Colors of #dbc09a

#dbc09a

Complementary Color

#dbc09a #9ab5db

#dbc09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc09a Color CSS Codes

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

#dbc09a Text Font Color

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

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


#dbc09a Background Color

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

This div background color is #dbc09a


#dbc09a Border Color

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

This div border color is #dbc09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc09a


Comments

No comments written yet.

Please login to write comment.