Color Hex Logo

#dba972 Color Hex

#DBA972
(219,169,114)
0 Favorites   0 Comments

Color spaces of #dba972

RGB 219169114
HSL0.090.590.65
HSV31°48°86°
CMYK 0.000.230.48   0.14
XYZ46.438644.650922.0905
Yxy44.65090.41030.3945
Hunter Lab66.82137.114227.1742
CIE-Lab72.661411.645835.3445

#dba972 color RGB value is (219,169,114).

#dba972 hex color red value is 219, green value is 169 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dba972 hue: 0.09 , saturation: 0.59 and the lightness value of dba972 is 0.65.

The process color (four color CMYK) of #dba972 color hex is 0.00, 0.23, 0.48, 0.14. Web safe color of #dba972 is #cc9966. Color #dba972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01110010
Octal 333 251 162
Decimal 219 169 114
Hex DB A9 72

RGB Percentages of Color #dba972

%43.63
%33.67
%22.71

CMYK Percentages of Color #dba972

%0
%23
%48
%14

Triadic Colors of #dba972

#dba972 #72dba9 #a972db

Analogous Colors of #dba972

#dba972 #d9db72 #db7572

Monochromatic Colors of #dba972

#dba972

Complementary Color

#dba972 #72a4db

#dba972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba972 Color CSS Codes

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

#dba972 Text Font Color

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

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


#dba972 Background Color

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

This div background color is #dba972


#dba972 Border Color

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

This div border color is #dba972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba972


Comments

No comments written yet.

Please login to write comment.