#DDB184

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

Shades of Manhattan #DDB184

Tints of Manhattan #DDB184

Color information

#DDB184 (or 0xDDB184) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 84. RGB value is (221,177,132). Sum of RGB (Red+Green+Blue) = 221+177+132=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB184 is #224E7B. Grayscale: #B9B9B9. Windows color (decimal): -2248316 or 8696285. OLE color: 8696285.

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

Color convert

RGB221177132-
CMYK00.200.400.13
HSL30.34º56.69%69.22%-
HSV(B)30.34º40.27%86.67%-
XYZ49.7148.4828.57-
YUV185.0398.08153.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=41.70%
G=33.40%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117713200.200.400.1330.3456.6969.22
HexDDB18401428D1e3945
Octal33526120402450153671105
Binary1101110110110001100001000101001010001101111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB184; }

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

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

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

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

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

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

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

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