#DDB082

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

Shades of Manhattan #DDB082

Tints of Manhattan #DDB082

Color information

#DDB082 (or 0xDDB082) is unknown color: approx Manhattan. HEX triplet: DD, B0 and 82. RGB value is (221,176,130). Sum of RGB (Red+Green+Blue) = 221+176+130=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB082 is #224F7D. Grayscale: #B8B8B8. Windows color (decimal): -2248574 or 8564957. OLE color: 8564957.

HSL color Cylindrical-coordinate representation of color #DDB082: hue angle of 30.33º 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 #DDB082 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221176130-
CMYK00.200.410.13
HSL30.33º57.23%68.82%-
HSV(B)30.33º41.18%86.67%-
XYZ49.3748.0327.79-
YUV184.2197.41154.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=41.94%
G=33.40%
B=24.67%

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
Decimal22117613000.200.410.1330.3357.2368.82
HexDDB08201429D1e3945
Octal33526020202451153671105
Binary1101110110110000100000100101001010011101111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB082; }

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

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

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

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

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

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

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

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