Color Hex Logo

#dbd03f Color Hex

#DBD03F
(219,208,63)
0 Favorites   0 Comments

Color spaces of #dbd03f

RGB 21920863
HSL0.150.680.55
HSV56°71°86°
CMYK 0.000.050.71   0.14
XYZ52.666560.530713.6104
Yxy60.53070.41530.4773
Hunter Lab77.8015-15.319844.0890
CIE-Lab82.1258-12.277569.1824

#dbd03f color RGB value is (219,208,63).

#dbd03f hex color red value is 219, green value is 208 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbd03f hue: 0.15 , saturation: 0.68 and the lightness value of dbd03f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 00111111
Octal 333 320 77
Decimal 219 208 63
Hex DB D0 3F

RGB Percentages of Color #dbd03f

%44.69
%42.45
%12.86

CMYK Percentages of Color #dbd03f

%0
%5
%71
%14

Triadic Colors of #dbd03f

#dbd03f #3fdbd0 #d03fdb

Analogous Colors of #dbd03f

#dbd03f #98db3f #db823f

Monochromatic Colors of #dbd03f

#dbd03f

Complementary Color

#dbd03f #3f4adb

#dbd03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd03f Color CSS Codes

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

#dbd03f Text Font Color

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

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


#dbd03f Background Color

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

This div background color is #dbd03f


#dbd03f Border Color

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

This div border color is #dbd03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd03f


Comments

No comments written yet.

Please login to write comment.