#DDAE84

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

Shades of Manhattan #DDAE84

Tints of Manhattan #DDAE84

Color information

#DDAE84 (or 0xDDAE84) is unknown color: approx Manhattan. HEX triplet: DD, AE and 84. RGB value is (221,174,132). Sum of RGB (Red+Green+Blue) = 221+174+132=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE84 is #22517B. Grayscale: #B7B7B7. Windows color (decimal): -2249084 or 8695517. OLE color: 8695517.

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

Color convert

RGB221174132-
CMYK00.210.400.13
HSL28.31º56.69%69.22%-
HSV(B)28.31º40.27%86.67%-
XYZ49.1247.3128.37-
YUV183.2699.07154.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=41.94%
G=33.02%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117413200.210.400.1328.3156.6969.22
HexDDAE8401528D1c3945
Octal33525620402550153471105
Binary1101110110101110100001000101011010001101111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE84; }

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

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

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

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

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

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

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

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