#DDA979

Color #DDA979 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DDA979

Tints of Manhattan #DDA979

Color information

#DDA979 (or 0xDDA979) is unknown color: approx Manhattan. HEX triplet: DD, A9 and 79. RGB value is (221,169,121). Sum of RGB (Red+Green+Blue) = 221+169+121=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA979 is #225686. Grayscale: #B3B3B3. Windows color (decimal): -2250375 or 7973341. OLE color: 7973341.

HSL color Cylindrical-coordinate representation of color #DDA979: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA979 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221169121-
CMYK00.240.450.13
HSL28.8º59.52%67.06%-
HSV(B)28.8º45.25%86.67%-
XYZ47.4645.1324.3-
YUV179.0895.23157.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=43.25%
G=33.07%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116912100.240.450.1328.859.5267.06
HexDDA9790182DD1d3c43
Octal33525117103055153574103
Binary110111011010100111110010110001011011101111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA979; }

 p { color: rgb(221,169,121); }

 H1.HeaderClassName
 {
   color: #DDA979;
 }
 .AnyTagClassName
 {
   color: #DDA979;
 }
</style>
background-color css

<style>
 a { background-color: #DDA979; }

 a { background-color: rgb(221,169,121); }

 div.DivClassName
 {
   background-color: #DDA979;
 }
 .BgClassName
 {
   background-color: #DDA979;
 }
</style>
border-color css

<style>
 span { border-color: #DDA979; }

 span { border-color: rgb(221,169,121); }

 td.TdClassName
 {
   border-color: #DDA979;
 }
 .TagClassName
 {
   border-color: #DDA979;
 }
</style>