#DDB178

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

Shades of Manhattan #DDB178

Tints of Manhattan #DDB178

Color information

#DDB178 (or 0xDDB178) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 78. RGB value is (221,177,120). Sum of RGB (Red+Green+Blue) = 221+177+120=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB178 is #224E87. Grayscale: #B7B7B7. Windows color (decimal): -2248328 or 7909853. OLE color: 7909853.

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

Color convert

RGB221177120-
CMYK00.200.460.13
HSL33.86º59.76%66.86%-
HSV(B)33.86º45.7%86.67%-
XYZ48.9348.1724.49-
YUV183.6692.08154.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=42.66%
G=34.17%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117712000.200.460.1333.8659.7666.86
HexDDB1780142ED223c43
Octal33526117002456154274103
Binary1101110110110001111100001010010111011011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB178; }

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

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

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

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

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

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

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

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