#DDAC81

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

Shades of Manhattan #DDAC81

Tints of Manhattan #DDAC81

Color information

#DDAC81 (or 0xDDAC81) is unknown color: approx Manhattan. HEX triplet: DD, AC and 81. RGB value is (221,172,129). Sum of RGB (Red+Green+Blue) = 221+172+129=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC81 is #22537E. Grayscale: #B5B5B5. Windows color (decimal): -2249599 or 8498397. OLE color: 8498397.

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

Color convert

RGB221172129-
CMYK00.220.420.13
HSL28.04º57.5%68.63%-
HSV(B)28.04º41.63%86.67%-
XYZ48.5346.4627.18-
YUV181.7598.23156-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=42.34%
G=32.95%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117212900.220.420.1328.0457.568.63
HexDDAC810162AD1c3a45
Octal33525420102652153472105
Binary1101110110101100100000010101101010101101111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC81; }

 p { color: rgb(221,172,129); }

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

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

 a { background-color: rgb(221,172,129); }

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

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

 span { border-color: rgb(221,172,129); }

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