Color Hex Logo

#dbb46f Color Hex

#DBB46F
(219,180,111)
0 Favorites   0 Comments

Color spaces of #dbb46f

RGB 219180111
HSL0.110.600.65
HSV38°49°86°
CMYK 0.000.180.49   0.14
XYZ48.403948.850321.9168
Yxy48.85030.40620.4099
Hunter Lab69.89301.306230.3331
CIE-Lab75.35815.501040.3028

#dbb46f color RGB value is (219,180,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 01101111
Octal 333 264 157
Decimal 219 180 111
Hex DB B4 6F

RGB Percentages of Color #dbb46f

%42.94
%35.29
%21.76

CMYK Percentages of Color #dbb46f

%0
%18
%49
%14

Triadic Colors of #dbb46f

#dbb46f #6fdbb4 #b46fdb

Analogous Colors of #dbb46f

#dbb46f #ccdb6f #db7e6f

Monochromatic Colors of #dbb46f

#dbb46f

Complementary Color

#dbb46f #6f96db

#dbb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb46f Color CSS Codes

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

#dbb46f Text Font Color

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

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


#dbb46f Background Color

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

This div background color is #dbb46f


#dbb46f Border Color

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

This div border color is #dbb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb46f


Comments

No comments written yet.

Please login to write comment.