#DDAB77

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

Shades of Manhattan #DDAB77

Tints of Manhattan #DDAB77

Color information

#DDAB77 (or 0xDDAB77) is unknown color: approx Manhattan. HEX triplet: DD, AB and 77. RGB value is (221,171,119). Sum of RGB (Red+Green+Blue) = 221+171+119=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB77 is #225488. Grayscale: #B4B4B4. Windows color (decimal): -2249865 or 7842781. OLE color: 7842781.

HSL color Cylindrical-coordinate representation of color #DDAB77: hue angle of 30.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDAB77 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221171119-
CMYK00.230.460.13
HSL30.59º60%66.67%-
HSV(B)30.59º46.15%86.67%-
XYZ47.7145.8323.78-
YUV180.0293.56157.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=43.25%
G=33.46%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117111900.230.460.1330.596066.67
HexDDAB770172ED1f3c43
Octal33525316702756153774103
Binary110111011010101111101110101111011101101111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB77; }

 p { color: rgb(221,171,119); }

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

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

 a { background-color: rgb(221,171,119); }

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

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

 span { border-color: rgb(221,171,119); }

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