Color Hex Logo

#dbd981 Color Hex

#DBD981
(219,217,129)
0 Favorites   0 Comments

Color spaces of #dbd981

RGB 219217129
HSL0.160.560.68
HSV59°41°86°
CMYK 0.000.010.41   0.14
XYZ57.988766.270830.5041
Yxy66.27080.37470.4282
Hunter Lab81.4069-15.310834.7682
CIE-Lab85.1344-11.853243.5028

#dbd981 color RGB value is (219,217,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10000001
Octal 333 331 201
Decimal 219 217 129
Hex DB D9 81

RGB Percentages of Color #dbd981

%38.76
%38.41
%22.83

CMYK Percentages of Color #dbd981

%0
%1
%41
%14

Triadic Colors of #dbd981

#dbd981 #81dbd9 #d981db

Analogous Colors of #dbd981

#dbd981 #b0db81 #dbac81

Monochromatic Colors of #dbd981

#dbd981

Complementary Color

#dbd981 #8183db

#dbd981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd981 Color CSS Codes

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

#dbd981 Text Font Color

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

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


#dbd981 Background Color

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

This div background color is #dbd981


#dbd981 Border Color

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

This div border color is #dbd981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd981


Comments

No comments written yet.

Please login to write comment.