Color Hex Logo

#dbd95b Color Hex

#DBD95B
(219,217,91)
0 Favorites   0 Comments

Color spaces of #dbd95b

RGB 21921791
HSL0.160.640.61
HSV59°58°86°
CMYK 0.000.010.58   0.14
XYZ55.914665.441119.5819
Yxy65.44110.39670.4643
Hunter Lab80.8957-18.189342.2750
CIE-Lab84.7105-15.143860.7472

#dbd95b color RGB value is (219,217,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01011011
Octal 333 331 133
Decimal 219 217 91
Hex DB D9 5B

RGB Percentages of Color #dbd95b

%41.56
%41.18
%17.27

CMYK Percentages of Color #dbd95b

%0
%1
%58
%14

Triadic Colors of #dbd95b

#dbd95b #5bdbd9 #d95bdb

Analogous Colors of #dbd95b

#dbd95b #9ddb5b #db995b

Monochromatic Colors of #dbd95b

#dbd95b

Complementary Color

#dbd95b #5b5ddb

#dbd95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd95b Color CSS Codes

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

#dbd95b Text Font Color

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

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


#dbd95b Background Color

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

This div background color is #dbd95b


#dbd95b Border Color

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

This div border color is #dbd95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd95b


Comments

No comments written yet.

Please login to write comment.