Color Hex Logo

#dbd02f Color Hex

#DBD02F
(219,208,47)
0 Favorites   0 Comments

Color spaces of #dbd02f

RGB 21920847
HSL0.160.700.52
HSV56°79°86°
CMYK 0.000.050.79   0.14
XYZ52.282460.377111.5877
Yxy60.37710.42080.4859
Hunter Lab77.7027-15.875745.5501
CIE-Lab82.0427-12.920274.2609

#dbd02f color RGB value is (219,208,47).

#dbd02f hex color red value is 219, green value is 208 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbd02f hue: 0.16 , saturation: 0.70 and the lightness value of dbd02f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 00101111
Octal 333 320 57
Decimal 219 208 47
Hex DB D0 2F

RGB Percentages of Color #dbd02f

%46.20
%43.88
%9.92

CMYK Percentages of Color #dbd02f

%0
%5
%79
%14

Triadic Colors of #dbd02f

#dbd02f #2fdbd0 #d02fdb

Analogous Colors of #dbd02f

#dbd02f #90db2f #db7a2f

Monochromatic Colors of #dbd02f

#dbd02f

Complementary Color

#dbd02f #2f3adb

#dbd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd02f Color CSS Codes

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

#dbd02f Text Font Color

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

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


#dbd02f Background Color

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

This div background color is #dbd02f


#dbd02f Border Color

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

This div border color is #dbd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd02f


Comments

No comments written yet.

Please login to write comment.