Color Hex Logo

#dbc981 Color Hex

#DBC981
(219,201,129)
0 Favorites   0 Comments

Color spaces of #dbc981

RGB 219201129
HSL0.130.560.68
HSV48°41°86°
CMYK 0.000.080.41   0.14
XYZ54.062558.418329.1953
Yxy58.41830.38160.4123
Hunter Lab76.4319-7.497530.8548
CIE-Lab80.9708-3.702138.2233

#dbc981 color RGB value is (219,201,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10000001
Octal 333 311 201
Decimal 219 201 129
Hex DB C9 81

RGB Percentages of Color #dbc981

%39.89
%36.61
%23.50

CMYK Percentages of Color #dbc981

%0
%8
%41
%14

Triadic Colors of #dbc981

#dbc981 #81dbc9 #c981db

Analogous Colors of #dbc981

#dbc981 #c0db81 #db9c81

Monochromatic Colors of #dbc981

#dbc981

Complementary Color

#dbc981 #8193db

#dbc981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc981 Color CSS Codes

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

#dbc981 Text Font Color

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

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


#dbc981 Background Color

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

This div background color is #dbc981


#dbc981 Border Color

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

This div border color is #dbc981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc981


Comments

No comments written yet.

Please login to write comment.