Color Hex Logo

#dbd24f Color Hex

#DBD24F
(219,210,79)
0 Favorites   0 Comments

Color spaces of #dbd24f

RGB 21921079
HSL0.160.660.58
HSV56°64°86°
CMYK 0.000.040.64   0.14
XYZ53.671361.717816.4811
Yxy61.71780.40700.4680
Hunter Lab78.5607-15.533142.5541
CIE-Lab82.7631-12.429363.6940

#dbd24f color RGB value is (219,210,79).

#dbd24f hex color red value is 219, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dbd24f hue: 0.16 , saturation: 0.66 and the lightness value of dbd24f is 0.58.

The process color (four color CMYK) of #dbd24f color hex is 0.00, 0.04, 0.64, 0.14. Web safe color of #dbd24f is #cccc66. Color #dbd24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01001111
Octal 333 322 117
Decimal 219 210 79
Hex DB D2 4F

RGB Percentages of Color #dbd24f

%43.11
%41.34
%15.55

CMYK Percentages of Color #dbd24f

%0
%4
%64
%14

Triadic Colors of #dbd24f

#dbd24f #4fdbd2 #d24fdb

Analogous Colors of #dbd24f

#dbd24f #9edb4f #db8c4f

Monochromatic Colors of #dbd24f

#dbd24f

Complementary Color

#dbd24f #4f58db

#dbd24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd24f Color CSS Codes

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

#dbd24f Text Font Color

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

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


#dbd24f Background Color

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

This div background color is #dbd24f


#dbd24f Border Color

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

This div border color is #dbd24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd24f


Comments

No comments written yet.

Please login to write comment.