Color Hex Logo

#dbb45f Color Hex

#DBB45F
(219,180,95)
0 Favorites   0 Comments

Color spaces of #dbb45f

RGB 21918095
HSL0.110.630.62
HSV41°57°86°
CMYK 0.000.180.57   0.14
XYZ47.600248.528817.6847
Yxy48.52880.41820.4264
Hunter Lab69.66260.058833.7123
CIE-Lab75.15724.144548.0464

#dbb45f color RGB value is (219,180,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 01011111
Octal 333 264 137
Decimal 219 180 95
Hex DB B4 5F

RGB Percentages of Color #dbb45f

%44.33
%36.44
%19.23

CMYK Percentages of Color #dbb45f

%0
%18
%57
%14

Triadic Colors of #dbb45f

#dbb45f #5fdbb4 #b45fdb

Analogous Colors of #dbb45f

#dbb45f #c4db5f #db765f

Monochromatic Colors of #dbb45f

#dbb45f

Complementary Color

#dbb45f #5f86db

#dbb45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb45f Color CSS Codes

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

#dbb45f Text Font Color

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

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


#dbb45f Background Color

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

This div background color is #dbb45f


#dbb45f Border Color

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

This div border color is #dbb45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb45f


Comments

No comments written yet.

Please login to write comment.