#DDB084

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

Shades of Manhattan #DDB084

Tints of Manhattan #DDB084

Color information

#DDB084 (or 0xDDB084) is unknown color: approx Manhattan. HEX triplet: DD, B0 and 84. RGB value is (221,176,132). Sum of RGB (Red+Green+Blue) = 221+176+132=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB084 is #224F7B. Grayscale: #B8B8B8. Windows color (decimal): -2248572 or 8696029. OLE color: 8696029.

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

Color convert

RGB221176132-
CMYK00.200.400.13
HSL29.66º56.69%69.22%-
HSV(B)29.66º40.27%86.67%-
XYZ49.5148.0928.5-
YUV184.4498.41154.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=41.78%
G=33.27%
B=24.95%

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
Decimal22117613200.200.400.1329.6656.6969.22
HexDDB08401428D1e3945
Octal33526020402450153671105
Binary1101110110110000100001000101001010001101111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB084; }

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

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

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

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

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

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

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

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