Color Hex Logo

#dbd90a Color Hex

#DBD90A
(219,217,10)
0 Favorites   0 Comments

Color spaces of #dbd90a

RGB 21921710
HSL0.170.910.45
HSV59°95°86°
CMYK 0.000.010.95   0.14
XYZ54.081164.70779.9266
Yxy64.70770.42020.5027
Hunter Lab80.4411-20.765148.9923
CIE-Lab84.3329-18.146382.9737

#dbd90a color RGB value is (219,217,10).

#dbd90a hex color red value is 219, green value is 217 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dbd90a hue: 0.17 , saturation: 0.91 and the lightness value of dbd90a is 0.45.

The process color (four color CMYK) of #dbd90a color hex is 0.00, 0.01, 0.95, 0.14. Web safe color of #dbd90a is #cccc00. Color #dbd90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00001010
Octal 333 331 12
Decimal 219 217 10
Hex DB D9 A

RGB Percentages of Color #dbd90a

%49.10
%48.65
%2.24

CMYK Percentages of Color #dbd90a

%0
%1
%95
%14

Triadic Colors of #dbd90a

#dbd90a #0adbd9 #d90adb

Analogous Colors of #dbd90a

#dbd90a #75db0a #db710a

Monochromatic Colors of #dbd90a

#dbd90a

Complementary Color

#dbd90a #0a0cdb

#dbd90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd90a Color CSS Codes

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

#dbd90a Text Font Color

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

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


#dbd90a Background Color

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

This div background color is #dbd90a


#dbd90a Border Color

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

This div border color is #dbd90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd90a


Comments

No comments written yet.

Please login to write comment.