Color Hex Logo

#dbb53f Color Hex

#DBB53F
(219,181,63)
0 Favorites   0 Comments

Color spaces of #dbb53f

RGB 21918163
HSL0.130.680.55
HSV45°71°86°
CMYK 0.000.170.71   0.14
XYZ46.634548.466711.5997
Yxy48.46670.43710.4542
Hunter Lab69.6180-2.261138.8538
CIE-Lab75.11831.608662.2896

#dbb53f color RGB value is (219,181,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 00111111
Octal 333 265 77
Decimal 219 181 63
Hex DB B5 3F

RGB Percentages of Color #dbb53f

%47.30
%39.09
%13.61

CMYK Percentages of Color #dbb53f

%0
%17
%71
%14

Triadic Colors of #dbb53f

#dbb53f #3fdbb5 #b53fdb

Analogous Colors of #dbb53f

#dbb53f #b3db3f #db673f

Monochromatic Colors of #dbb53f

#dbb53f

Complementary Color

#dbb53f #3f65db

#dbb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb53f Color CSS Codes

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

#dbb53f Text Font Color

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

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


#dbb53f Background Color

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

This div background color is #dbb53f


#dbb53f Border Color

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

This div border color is #dbb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb53f


Comments

No comments written yet.

Please login to write comment.