Color Hex Logo

#dda66b Color Hex

#DDA66B
(221,166,107)
0 Favorites   0 Comments

Color spaces of #dda66b

RGB 221166107
HSL0.090.630.64
HSV31°52°87°
CMYK 0.000.250.52   0.13
XYZ46.108943.706119.9158
Yxy43.70610.42020.3983
Hunter Lab66.11068.801528.4163
CIE-Lab72.031613.426338.2490

#dda66b color RGB value is (221,166,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01101011
Octal 335 246 153
Decimal 221 166 107
Hex DD A6 6B

RGB Percentages of Color #dda66b

%44.74
%33.60
%21.66

CMYK Percentages of Color #dda66b

%0
%25
%52
%13

Triadic Colors of #dda66b

#dda66b #6bdda6 #a66bdd

Analogous Colors of #dda66b

#dda66b #dbdd6b #dd6d6b

Monochromatic Colors of #dda66b

#dda66b

Complementary Color

#dda66b #6ba2dd

#dda66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda66b Color CSS Codes

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

#dda66b Text Font Color

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

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


#dda66b Background Color

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

This div background color is #dda66b


#dda66b Border Color

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

This div border color is #dda66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda66b


Comments

No comments written yet.

Please login to write comment.