Color Hex Logo

#dbd99d Color Hex

#DBD99D
(219,217,157)
0 Favorites   0 Comments

Color spaces of #dbd99d

RGB 219217157
HSL0.160.460.74
HSV58°28°86°
CMYK 0.000.010.28   0.14
XYZ60.112167.120141.6855
Yxy67.12010.35590.3974
Hunter Lab81.9269-12.401427.1812
CIE-Lab85.5646-8.593329.8873

#dbd99d color RGB value is (219,217,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10011101
Octal 333 331 235
Decimal 219 217 157
Hex DB D9 9D

RGB Percentages of Color #dbd99d

%36.93
%36.59
%26.48

CMYK Percentages of Color #dbd99d

%0
%1
%28
%14

Triadic Colors of #dbd99d

#dbd99d #9ddbd9 #d99ddb

Analogous Colors of #dbd99d

#dbd99d #bedb9d #dbba9d

Monochromatic Colors of #dbd99d

#dbd99d

Complementary Color

#dbd99d #9d9fdb

#dbd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd99d Color CSS Codes

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

#dbd99d Text Font Color

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

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


#dbd99d Background Color

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

This div background color is #dbd99d


#dbd99d Border Color

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

This div border color is #dbd99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd99d


Comments

No comments written yet.

Please login to write comment.