#DDB180

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

Shades of Manhattan #DDB180

Tints of Manhattan #DDB180

Color information

#DDB180 (or 0xDDB180) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 80. RGB value is (221,177,128). Sum of RGB (Red+Green+Blue) = 221+177+128=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB180 is #224E7F. Grayscale: #B8B8B8. Windows color (decimal): -2248320 or 8434141. OLE color: 8434141.

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

Color convert

RGB221177128-
CMYK00.200.420.13
HSL31.61º57.76%68.43%-
HSV(B)31.61º42.08%86.67%-
XYZ49.4448.3727.15-
YUV184.5796.08153.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=42.02%
G=33.65%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117712800.200.420.1331.6157.7668.43
HexDDB1800142AD203a44
Octal33526120002452154072104
Binary11011101101100011000000001010010101011011000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB180; }

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

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

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

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

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

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

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

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