#DDAF80

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

Shades of Manhattan #DDAF80

Tints of Manhattan #DDAF80

Color information

#DDAF80 (or 0xDDAF80) is unknown color: approx Manhattan. HEX triplet: DD, AF and 80. RGB value is (221,175,128). Sum of RGB (Red+Green+Blue) = 221+175+128=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF80 is #22507F. Grayscale: #B7B7B7. Windows color (decimal): -2248832 or 8433629. OLE color: 8433629.

HSL color Cylindrical-coordinate representation of color #DDAF80: hue angle of 30.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDAF80 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221175128-
CMYK00.210.420.13
HSL30.32º57.76%68.43%-
HSV(B)30.32º42.08%86.67%-
XYZ49.0547.5927.02-
YUV183.496.74154.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=42.18%
G=33.40%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117512800.210.420.1330.3257.7668.43
HexDDAF800152AD1e3a44
Octal33525720002552153672104
Binary1101110110101111100000000101011010101101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF80; }

 p { color: rgb(221,175,128); }

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

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

 a { background-color: rgb(221,175,128); }

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

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

 span { border-color: rgb(221,175,128); }

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