Color Hex Logo

#dba66c Color Hex

#DBA66C
(219,166,108)
0 Favorites   0 Comments

Color spaces of #dba66c

RGB 219166108
HSL0.090.610.64
HSV31°51°86°
CMYK 0.000.240.51   0.14
XYZ45.556443.415220.1662
Yxy43.41520.41740.3978
Hunter Lab65.89028.106827.9770
CIE-Lab71.835912.694537.4377

#dba66c color RGB value is (219,166,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01101100
Octal 333 246 154
Decimal 219 166 108
Hex DB A6 6C

RGB Percentages of Color #dba66c

%44.42
%33.67
%21.91

CMYK Percentages of Color #dba66c

%0
%24
%51
%14

Triadic Colors of #dba66c

#dba66c #6cdba6 #a66cdb

Analogous Colors of #dba66c

#dba66c #d9db6c #db6f6c

Monochromatic Colors of #dba66c

#dba66c

Complementary Color

#dba66c #6ca1db

#dba66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba66c Color CSS Codes

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

#dba66c Text Font Color

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

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


#dba66c Background Color

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

This div background color is #dba66c


#dba66c Border Color

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

This div border color is #dba66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba66c


Comments

No comments written yet.

Please login to write comment.