Color Hex Logo

#dbb62f Color Hex

#DBB62F
(219,182,47)
0 Favorites   0 Comments

Color spaces of #dbb62f

RGB 21918247
HSL0.130.700.52
HSV47°79°86°
CMYK 0.000.170.79   0.14
XYZ46.454548.72129.6450
Yxy48.72120.44320.4648
Hunter Lab69.8006-3.353640.6677
CIE-Lab75.27760.414368.2204

#dbb62f color RGB value is (219,182,47).

#dbb62f hex color red value is 219, green value is 182 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbb62f hue: 0.13 , saturation: 0.70 and the lightness value of dbb62f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 00101111
Octal 333 266 57
Decimal 219 182 47
Hex DB B6 2F

RGB Percentages of Color #dbb62f

%48.88
%40.63
%10.49

CMYK Percentages of Color #dbb62f

%0
%17
%79
%14

Triadic Colors of #dbb62f

#dbb62f #2fdbb6 #b62fdb

Analogous Colors of #dbb62f

#dbb62f #aadb2f #db602f

Monochromatic Colors of #dbb62f

#dbb62f

Complementary Color

#dbb62f #2f54db

#dbb62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb62f Color CSS Codes

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

#dbb62f Text Font Color

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

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


#dbb62f Background Color

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

This div background color is #dbb62f


#dbb62f Border Color

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

This div border color is #dbb62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb62f


Comments

No comments written yet.

Please login to write comment.