Color Hex Logo

#dbb03f Color Hex

#DBB03F
(219,176,63)
0 Favorites   0 Comments

Color spaces of #dbb03f

RGB 21917663
HSL0.120.680.55
HSV43°71°86°
CMYK 0.000.200.71   0.14
XYZ45.636046.469611.2669
Yxy46.46960.44150.4495
Hunter Lab68.16860.203137.9186
CIE-Lab73.84924.244161.0169

#dbb03f color RGB value is (219,176,63).

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

The process color (four color CMYK) of #dbb03f color hex is 0.00, 0.20, 0.71, 0.14. Web safe color of #dbb03f is #cc9933. Color #dbb03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 00111111
Octal 333 260 77
Decimal 219 176 63
Hex DB B0 3F

RGB Percentages of Color #dbb03f

%47.82
%38.43
%13.76

CMYK Percentages of Color #dbb03f

%0
%20
%71
%14

Triadic Colors of #dbb03f

#dbb03f #3fdbb0 #b03fdb

Analogous Colors of #dbb03f

#dbb03f #b8db3f #db623f

Monochromatic Colors of #dbb03f

#dbb03f

Complementary Color

#dbb03f #3f6adb

#dbb03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb03f Color CSS Codes

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

#dbb03f Text Font Color

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

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


#dbb03f Background Color

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

This div background color is #dbb03f


#dbb03f Border Color

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

This div border color is #dbb03f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,176,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 #dbb03f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb03f


Comments

No comments written yet.

Please login to write comment.