#DDB182

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

Shades of Manhattan #DDB182

Tints of Manhattan #DDB182

Color information

#DDB182 (or 0xDDB182) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 82. RGB value is (221,177,130). Sum of RGB (Red+Green+Blue) = 221+177+130=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB182 is #224E7D. Grayscale: #B9B9B9. Windows color (decimal): -2248318 or 8565213. OLE color: 8565213.

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

Color convert

RGB221177130-
CMYK00.200.410.13
HSL30.99º57.23%68.82%-
HSV(B)30.99º41.18%86.67%-
XYZ49.5748.4327.85-
YUV184.897.08153.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=41.86%
G=33.52%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117713000.200.410.1330.9957.2368.82
HexDDB18201429D1f3945
Octal33526120202451153771105
Binary1101110110110001100000100101001010011101111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB182; }

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

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

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

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

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

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

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

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