Color Hex Logo

#dbb55f Color Hex

#DBB55F
(219,181,95)
0 Favorites   0 Comments

Color spaces of #dbb55f

RGB 21918195
HSL0.120.630.62
HSV42°57°86°
CMYK 0.000.170.57   0.14
XYZ47.802848.934017.7522
Yxy48.93400.41750.4274
Hunter Lab69.9528-0.438233.9207
CIE-Lab75.41023.616548.3440

#dbb55f color RGB value is (219,181,95).

#dbb55f hex color red value is 219, green value is 181 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbb55f hue: 0.12 , saturation: 0.63 and the lightness value of dbb55f is 0.62.

The process color (four color CMYK) of #dbb55f color hex is 0.00, 0.17, 0.57, 0.14. Web safe color of #dbb55f is #cccc66. Color #dbb55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 01011111
Octal 333 265 137
Decimal 219 181 95
Hex DB B5 5F

RGB Percentages of Color #dbb55f

%44.24
%36.57
%19.19

CMYK Percentages of Color #dbb55f

%0
%17
%57
%14

Triadic Colors of #dbb55f

#dbb55f #5fdbb5 #b55fdb

Analogous Colors of #dbb55f

#dbb55f #c3db5f #db775f

Monochromatic Colors of #dbb55f

#dbb55f

Complementary Color

#dbb55f #5f85db

#dbb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb55f Color CSS Codes

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

#dbb55f Text Font Color

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

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


#dbb55f Background Color

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

This div background color is #dbb55f


#dbb55f Border Color

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

This div border color is #dbb55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb55f


Comments

No comments written yet.

Please login to write comment.