Color Hex Logo

#dbb73f Color Hex

#DBB73F
(219,183,63)
0 Favorites   0 Comments

Color spaces of #dbb73f

RGB 21918363
HSL0.130.680.55
HSV46°71°86°
CMYK 0.000.160.71   0.14
XYZ47.044149.285911.7363
Yxy49.28590.43530.4561
Hunter Lab70.2039-3.242839.2310
CIE-Lab75.62880.559462.7990

#dbb73f color RGB value is (219,183,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110111 00111111
Octal 333 267 77
Decimal 219 183 63
Hex DB B7 3F

RGB Percentages of Color #dbb73f

%47.10
%39.35
%13.55

CMYK Percentages of Color #dbb73f

%0
%16
%71
%14

Triadic Colors of #dbb73f

#dbb73f #3fdbb7 #b73fdb

Analogous Colors of #dbb73f

#dbb73f #b1db3f #db693f

Monochromatic Colors of #dbb73f

#dbb73f

Complementary Color

#dbb73f #3f63db

#dbb73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb73f Color CSS Codes

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

#dbb73f Text Font Color

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

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


#dbb73f Background Color

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

This div background color is #dbb73f


#dbb73f Border Color

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

This div border color is #dbb73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb73f


Comments

No comments written yet.

Please login to write comment.