color codes Logo

#dda166 color codes

#DDA166
(221,161,102)
0 Favorites   0 Comments

Color spaces of #dda166

RGB 221161102
HSL0.080.640.63
HSV30°54°87°
CMYK 0.000.270.54   0.13
XYZ44.961941.821218.2729
Yxy41.82120.42800.3981
Hunter Lab64.669310.932428.5156
CIE-Lab70.747515.676439.2468

#dda166 color RGB value is (221,161,102).

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

The process color (four color CMYK) of #dda166 color code is 0.00, 0.27, 0.54, 0.13. Web safe color of #dda166 is #cc9966. Color #dda166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01100110
Octal 335 241 146
Decimal 221 161 102
Hex DD A1 66

RGB Percentages of Color #dda166

%45.66
%33.26
%21.07

CMYK Percentages of Color #dda166

%0
%27
%54
%13

Triadic Colors of #dda166

#dda166 #66dda1 #a166dd

Analogous Colors of #dda166

#dda166 #dddd66 #dd6667

Monochromatic Colors of #dda166

#dda166

Complementary Color

#dda166 #66a2dd

#dda166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda166 Color CSS Codes

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

#dda166 Text Font Color

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

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


#dda166 Background Color

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

This div background color is #dda166


#dda166 Border Color

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

This div border color is #dda166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda166


Comments

No comments written yet.

Please login to write comment.