Color Hex Logo

#dbc98c Color Hex

#DBC98C
(219,201,140)
0 Favorites   0 Comments

Color spaces of #dbc98c

RGB 219201140
HSL0.130.520.70
HSV46°36°86°
CMYK 0.000.080.36   0.14
XYZ54.833758.726833.2563
Yxy58.72680.37350.4000
Hunter Lab76.6334-6.385927.9135
CIE-Lab81.1412-2.476032.7950

#dbc98c color RGB value is (219,201,140).

#dbc98c hex color red value is 219, green value is 201 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbc98c hue: 0.13 , saturation: 0.52 and the lightness value of dbc98c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10001100
Octal 333 311 214
Decimal 219 201 140
Hex DB C9 8C

RGB Percentages of Color #dbc98c

%39.11
%35.89
%25.00

CMYK Percentages of Color #dbc98c

%0
%8
%36
%14

Triadic Colors of #dbc98c

#dbc98c #8cdbc9 #c98cdb

Analogous Colors of #dbc98c

#dbc98c #c6db8c #dba28c

Monochromatic Colors of #dbc98c

#dbc98c

Complementary Color

#dbc98c #8c9edb

#dbc98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc98c Color CSS Codes

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

#dbc98c Text Font Color

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

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


#dbc98c Background Color

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

This div background color is #dbc98c


#dbc98c Border Color

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

This div border color is #dbc98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc98c


Comments

No comments written yet.

Please login to write comment.