Color Hex Logo

#dba666 Color Hex

#DBA666
(219,166,102)
0 Favorites   0 Comments

Color spaces of #dba666

RGB 219166102
HSL0.090.620.63
HSV33°53°86°
CMYK 0.000.240.53   0.14
XYZ45.247943.291818.5417
Yxy43.29180.42260.4043
Hunter Lab65.79657.609629.3494
CIE-Lab71.752612.168340.4414

#dba666 color RGB value is (219,166,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01100110
Octal 333 246 146
Decimal 219 166 102
Hex DB A6 66

RGB Percentages of Color #dba666

%44.97
%34.09
%20.94

CMYK Percentages of Color #dba666

%0
%24
%53
%14

Triadic Colors of #dba666

#dba666 #66dba6 #a666db

Analogous Colors of #dba666

#dba666 #d6db66 #db6c66

Monochromatic Colors of #dba666

#dba666

Complementary Color

#dba666 #669bdb

#dba666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba666 Color CSS Codes

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

#dba666 Text Font Color

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

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


#dba666 Background Color

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

This div background color is #dba666


#dba666 Border Color

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

This div border color is #dba666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba666


Comments

No comments written yet.

Please login to write comment.