Color Hex Logo

#dbd55b Color Hex

#DBD55B
(219,213,91)
0 Favorites   0 Comments

Color spaces of #dbd55b

RGB 21921391
HSL0.160.640.61
HSV57°58°86°
CMYK 0.000.030.58   0.14
XYZ54.896063.403919.2424
Yxy63.40390.39910.4610
Hunter Lab79.6266-16.285441.4107
CIE-Lab83.6544-13.151359.5826

#dbd55b color RGB value is (219,213,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01011011
Octal 333 325 133
Decimal 219 213 91
Hex DB D5 5B

RGB Percentages of Color #dbd55b

%41.87
%40.73
%17.40

CMYK Percentages of Color #dbd55b

%0
%3
%58
%14

Triadic Colors of #dbd55b

#dbd55b #5bdbd5 #d55bdb

Analogous Colors of #dbd55b

#dbd55b #a1db5b #db955b

Monochromatic Colors of #dbd55b

#dbd55b

Complementary Color

#dbd55b #5b61db

#dbd55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd55b Color CSS Codes

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

#dbd55b Text Font Color

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

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


#dbd55b Background Color

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

This div background color is #dbd55b


#dbd55b Border Color

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

This div border color is #dbd55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd55b


Comments

No comments written yet.

Please login to write comment.