#DDAE82

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

Shades of Manhattan #DDAE82

Tints of Manhattan #DDAE82

Color information

#DDAE82 (or 0xDDAE82) is unknown color: approx Manhattan. HEX triplet: DD, AE and 82. RGB value is (221,174,130). Sum of RGB (Red+Green+Blue) = 221+174+130=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE82 is #22517D. Grayscale: #B7B7B7. Windows color (decimal): -2249086 or 8564445. OLE color: 8564445.

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

Color convert

RGB221174130-
CMYK00.210.410.13
HSL29.01º57.23%68.82%-
HSV(B)29.01º41.18%86.67%-
XYZ48.9847.2627.66-
YUV183.0498.07155.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=42.10%
G=33.14%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117413000.210.410.1329.0157.2368.82
HexDDAE8201529D1d3945
Octal33525620202551153571105
Binary1101110110101110100000100101011010011101111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE82; }

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

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

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

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

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

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

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

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