Color Hex Logo

#dba966 Color Hex

#DBA966
(219,169,102)
0 Favorites   0 Comments

Color spaces of #dba966

RGB 219169102
HSL0.100.620.63
HSV34°53°86°
CMYK 0.000.230.53   0.14
XYZ45.799744.395318.7256
Yxy44.39530.42050.4076
Hunter Lab66.62986.094429.9780
CIE-Lab72.491910.562141.3508

#dba966 color RGB value is (219,169,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01100110
Octal 333 251 146
Decimal 219 169 102
Hex DB A9 66

RGB Percentages of Color #dba966

%44.69
%34.49
%20.82

CMYK Percentages of Color #dba966

%0
%23
%53
%14

Triadic Colors of #dba966

#dba966 #66dba9 #a966db

Analogous Colors of #dba966

#dba966 #d3db66 #db6f66

Monochromatic Colors of #dba966

#dba966

Complementary Color

#dba966 #6698db

#dba966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba966 Color CSS Codes

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

#dba966 Text Font Color

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

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


#dba966 Background Color

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

This div background color is #dba966


#dba966 Border Color

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

This div border color is #dba966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba966


Comments

No comments written yet.

Please login to write comment.