Color Hex Logo

#dba970 Color Hex

#DBA970
(219,169,112)
0 Favorites   0 Comments

Color spaces of #dba970

RGB 219169112
HSL0.090.600.65
HSV32°49°86°
CMYK 0.000.230.49   0.14
XYZ46.326044.605921.4974
Yxy44.60590.41200.3967
Hunter Lab66.78766.934827.6673
CIE-Lab72.631611.455736.3545

#dba970 color RGB value is (219,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01110000
Octal 333 251 160
Decimal 219 169 112
Hex DB A9 70

RGB Percentages of Color #dba970

%43.80
%33.80
%22.40

CMYK Percentages of Color #dba970

%0
%23
%49
%14

Triadic Colors of #dba970

#dba970 #70dba9 #a970db

Analogous Colors of #dba970

#dba970 #d8db70 #db7470

Monochromatic Colors of #dba970

#dba970

Complementary Color

#dba970 #70a2db

#dba970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba970 Color CSS Codes

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

#dba970 Text Font Color

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

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


#dba970 Background Color

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

This div background color is #dba970


#dba970 Border Color

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

This div border color is #dba970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba970


Comments

No comments written yet.

Please login to write comment.