Color Hex Logo

#dda666 Color Hex

#DDA666
(221,166,102)
0 Favorites   0 Comments

Color spaces of #dda666

RGB 221166102
HSL0.090.640.63
HSV32°54°87°
CMYK 0.000.250.54   0.13
XYZ45.853343.603918.5700
Yxy43.60390.42450.4036
Hunter Lab66.03328.391729.5496
CIE-Lab71.962912.995040.7477

#dda666 color RGB value is (221,166,102).

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

The process color (four color CMYK) of #dda666 color hex is 0.00, 0.25, 0.54, 0.13. Web safe color of #dda666 is #cc9966. Color #dda666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01100110
Octal 335 246 146
Decimal 221 166 102
Hex DD A6 66

RGB Percentages of Color #dda666

%45.19
%33.95
%20.86

CMYK Percentages of Color #dda666

%0
%25
%54
%13

Triadic Colors of #dda666

#dda666 #66dda6 #a666dd

Analogous Colors of #dda666

#dda666 #d9dd66 #dd6b66

Monochromatic Colors of #dda666

#dda666

Complementary Color

#dda666 #669ddd

#dda666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda666 Color CSS Codes

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

#dda666 Text Font Color

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

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


#dda666 Background Color

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

This div background color is #dda666


#dda666 Border Color

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

This div border color is #dda666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda666


Comments

No comments written yet.

Please login to write comment.