Color Hex Logo

#dbb33c Color Hex

#DBB33C
(219,179,60)
0 Favorites   0 Comments

Color spaces of #dbb33c

RGB 21917960
HSL0.120.690.55
HSV45°73°86°
CMYK 0.000.180.73   0.14
XYZ46.149147.626511.0355
Yxy47.62650.44030.4544
Hunter Lab69.0120-1.405938.8275
CIE-Lab74.58872.518462.9392

#dbb33c color RGB value is (219,179,60).

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

The process color (four color CMYK) of #dbb33c color hex is 0.00, 0.18, 0.73, 0.14. Web safe color of #dbb33c is #cccc33. Color #dbb33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 00111100
Octal 333 263 74
Decimal 219 179 60
Hex DB B3 3C

RGB Percentages of Color #dbb33c

%47.82
%39.08
%13.10

CMYK Percentages of Color #dbb33c

%0
%18
%73
%14

Triadic Colors of #dbb33c

#dbb33c #3cdbb3 #b33cdb

Analogous Colors of #dbb33c

#dbb33c #b4db3c #db643c

Monochromatic Colors of #dbb33c

#dbb33c

Complementary Color

#dbb33c #3c64db

#dbb33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb33c Color CSS Codes

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

#dbb33c Text Font Color

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

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


#dbb33c Background Color

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

This div background color is #dbb33c


#dbb33c Border Color

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

This div border color is #dbb33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb33c


Comments

No comments written yet.

Please login to write comment.