Color Hex Logo

#dbdb4a Color Hex

#DBDB4A
(219,219,74)
0 Favorites   0 Comments

Color spaces of #dbdb4a

RGB 21921974
HSL0.170.670.57
HSV60°66°86°
CMYK 0.000.000.66   0.14
XYZ55.781066.217516.3199
Yxy66.21750.40330.4787
Hunter Lab81.3741-20.045145.0711
CIE-Lab85.1072-17.187768.0842

#dbdb4a color RGB value is (219,219,74).

#dbdb4a hex color red value is 219, green value is 219 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbdb4a hue: 0.17 , saturation: 0.67 and the lightness value of dbdb4a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01001010
Octal 333 333 112
Decimal 219 219 74
Hex DB DB 4A

RGB Percentages of Color #dbdb4a

%42.77
%42.77
%14.45

CMYK Percentages of Color #dbdb4a

%0
%0
%66
%14

Triadic Colors of #dbdb4a

#dbdb4a #4adbdb #db4adb

Analogous Colors of #dbdb4a

#dbdb4a #93db4a #db934a

Monochromatic Colors of #dbdb4a

#dbdb4a

Complementary Color

#dbdb4a #4a4adb

#dbdb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb4a Color CSS Codes

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

#dbdb4a Text Font Color

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

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


#dbdb4a Background Color

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

This div background color is #dbdb4a


#dbdb4a Border Color

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

This div border color is #dbdb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb4a


Comments

No comments written yet.

Please login to write comment.