Color Hex Logo

#dbd53a Color Hex

#DBD53A
(219,213,58)
0 Favorites   0 Comments

Color spaces of #dbd53a

RGB 21921358
HSL0.160.690.54
HSV58°74°86°
CMYK 0.000.030.74   0.14
XYZ53.771462.954113.3203
Yxy62.95410.41350.4841
Hunter Lab79.3436-17.881445.5869
CIE-Lab83.4182-14.996272.1263

#dbd53a color RGB value is (219,213,58).

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

The process color (four color CMYK) of #dbd53a color hex is 0.00, 0.03, 0.74, 0.14. Web safe color of #dbd53a is #cccc33. Color #dbd53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 00111010
Octal 333 325 72
Decimal 219 213 58
Hex DB D5 3A

RGB Percentages of Color #dbd53a

%44.69
%43.47
%11.84

CMYK Percentages of Color #dbd53a

%0
%3
%74
%14

Triadic Colors of #dbd53a

#dbd53a #3adbd5 #d53adb

Analogous Colors of #dbd53a

#dbd53a #91db3a #db853a

Monochromatic Colors of #dbd53a

#dbd53a

Complementary Color

#dbd53a #3a40db

#dbd53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd53a Color CSS Codes

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

#dbd53a Text Font Color

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

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


#dbd53a Background Color

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

This div background color is #dbd53a


#dbd53a Border Color

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

This div border color is #dbd53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd53a


Comments

No comments written yet.

Please login to write comment.