#DDB179

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

Shades of Manhattan #DDB179

Tints of Manhattan #DDB179

Color information

#DDB179 (or 0xDDB179) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 79. RGB value is (221,177,121). Sum of RGB (Red+Green+Blue) = 221+177+121=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB179 is #224E86. Grayscale: #B8B8B8. Windows color (decimal): -2248327 or 7975389. OLE color: 7975389.

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

Color convert

RGB221177121-
CMYK00.200.450.13
HSL33.6º59.52%67.06%-
HSV(B)33.6º45.25%86.67%-
XYZ48.9948.224.81-
YUV183.7792.58154.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=42.58%
G=34.10%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117712100.200.450.1333.659.5267.06
HexDDB1790142DD223c43
Octal33526117102455154274103
Binary1101110110110001111100101010010110111011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB179; }

 p { color: rgb(221,177,121); }

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

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

 a { background-color: rgb(221,177,121); }

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

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

 span { border-color: rgb(221,177,121); }

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