#DDAE83

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

Shades of Manhattan #DDAE83

Tints of Manhattan #DDAE83

Color information

#DDAE83 (or 0xDDAE83) is unknown color: approx Manhattan. HEX triplet: DD, AE and 83. RGB value is (221,174,131). Sum of RGB (Red+Green+Blue) = 221+174+131=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE83 is #22517C. Grayscale: #B7B7B7. Windows color (decimal): -2249085 or 8629981. OLE color: 8629981.

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

Color convert

RGB221174131-
CMYK00.210.410.13
HSL28.67º56.96%69.02%-
HSV(B)28.67º40.72%86.67%-
XYZ49.0547.2828.01-
YUV183.1598.57155-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=42.02%
G=33.08%
B=24.90%

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
Decimal22117413100.210.410.1328.6756.9669.02
HexDDAE8301529D1d3945
Octal33525620302551153571105
Binary1101110110101110100000110101011010011101111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE83; }

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

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

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

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

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

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

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

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