#DDA972

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

Shades of Manhattan #DDA972

Tints of Manhattan #DDA972

Color information

#DDA972 (or 0xDDA972) is unknown color: approx Manhattan. HEX triplet: DD, A9 and 72. RGB value is (221,169,114). Sum of RGB (Red+Green+Blue) = 221+169+114=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA972 is #22568D. Grayscale: #B2B2B2. Windows color (decimal): -2250382 or 7514589. OLE color: 7514589.

HSL color Cylindrical-coordinate representation of color #DDA972: hue angle of 30.84º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA972 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221169114-
CMYK00.240.480.13
HSL30.84º61.14%65.69%-
HSV(B)30.84º48.42%86.67%-
XYZ47.0444.9622.12-
YUV178.2891.73158.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=43.85%
G=33.53%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116911400.240.480.1330.8461.1465.69
HexDDA97201830D1f3d42
Octal33525116203060153775102
Binary110111011010100111100100110001100001101111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA972; }

 p { color: rgb(221,169,114); }

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

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

 a { background-color: rgb(221,169,114); }

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

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

 span { border-color: rgb(221,169,114); }

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