#DDAE79

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

Shades of Manhattan #DDAE79

Tints of Manhattan #DDAE79

Color information

#DDAE79 (or 0xDDAE79) is unknown color: approx Manhattan. HEX triplet: DD, AE and 79. RGB value is (221,174,121). Sum of RGB (Red+Green+Blue) = 221+174+121=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE79 is #225186. Grayscale: #B6B6B6. Windows color (decimal): -2249095 or 7974621. OLE color: 7974621.

HSL color Cylindrical-coordinate representation of color #DDAE79: hue angle of 31.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 #DDAE79 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221174121-
CMYK00.210.450.13
HSL31.8º59.52%67.06%-
HSV(B)31.8º45.25%86.67%-
XYZ48.4147.0224.61-
YUV182.0193.57155.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=42.83%
G=33.72%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117412100.210.450.1331.859.5267.06
HexDDAE790152DD203c43
Octal33525617102555154074103
Binary1101110110101110111100101010110110111011000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE79; }

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

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

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

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

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

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

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

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