Color Hex Logo

#dbc09c Color Hex

#DBC09C
(219,192,156)
0 Favorites   0 Comments

Color spaces of #dbc09c

RGB 219192156
HSL0.100.470.74
HSV34°29°86°
CMYK 0.000.120.29   0.14
XYZ54.063855.159639.2499
Yxy55.15960.36410.3715
Hunter Lab74.2695-0.034220.6551
CIE-Lab79.13314.222321.6840

#dbc09c color RGB value is (219,192,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10011100
Octal 333 300 234
Decimal 219 192 156
Hex DB C0 9C

RGB Percentages of Color #dbc09c

%38.62
%33.86
%27.51

CMYK Percentages of Color #dbc09c

%0
%12
%29
%14

Triadic Colors of #dbc09c

#dbc09c #9cdbc0 #c09cdb

Analogous Colors of #dbc09c

#dbc09c #d7db9c #dba19c

Monochromatic Colors of #dbc09c

#dbc09c

Complementary Color

#dbc09c #9cb7db

#dbc09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc09c Color CSS Codes

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

#dbc09c Text Font Color

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

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


#dbc09c Background Color

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

This div background color is #dbc09c


#dbc09c Border Color

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

This div border color is #dbc09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc09c


Comments

No comments written yet.

Please login to write comment.