Color Hex Logo

#dbd95c Color Hex

#DBD95C
(219,217,92)
0 Favorites   0 Comments

Color spaces of #dbd95c

RGB 21921792
HSL0.160.640.61
HSV59°58°86°
CMYK 0.000.010.58   0.14
XYZ55.958065.458519.8107
Yxy65.45850.39620.4635
Hunter Lab80.9064-18.128842.1168
CIE-Lab84.7194-15.073960.3247

#dbd95c color RGB value is (219,217,92).

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

The process color (four color CMYK) of #dbd95c color hex is 0.00, 0.01, 0.58, 0.14. Web safe color of #dbd95c is #cccc66. Color #dbd95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01011100
Octal 333 331 134
Decimal 219 217 92
Hex DB D9 5C

RGB Percentages of Color #dbd95c

%41.48
%41.10
%17.42

CMYK Percentages of Color #dbd95c

%0
%1
%58
%14

Triadic Colors of #dbd95c

#dbd95c #5cdbd9 #d95cdb

Analogous Colors of #dbd95c

#dbd95c #9edb5c #db9a5c

Monochromatic Colors of #dbd95c

#dbd95c

Complementary Color

#dbd95c #5c5edb

#dbd95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd95c Color CSS Codes

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

#dbd95c Text Font Color

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

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


#dbd95c Background Color

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

This div background color is #dbd95c


#dbd95c Border Color

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

This div border color is #dbd95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd95c


Comments

No comments written yet.

Please login to write comment.