#DDB279

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

Shades of Manhattan #DDB279

Tints of Manhattan #DDB279

Color information

#DDB279 (or 0xDDB279) is unknown color: approx Manhattan. HEX triplet: DD, B2 and 79. RGB value is (221,178,121). Sum of RGB (Red+Green+Blue) = 221+178+121=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB279 is #224D86. Grayscale: #B8B8B8. Windows color (decimal): -2248071 or 7975645. OLE color: 7975645.

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

Color convert

RGB221178121-
CMYK00.190.450.13
HSL34.2º59.52%67.06%-
HSV(B)34.2º45.25%86.67%-
XYZ49.1948.5924.88-
YUV184.3692.25154.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 121 (47.66% from 255) = 23.27%
R=42.5%
G=34.23%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117812100.190.450.1334.259.5267.06
HexDDB2790132DD223c43
Octal33526217102355154274103
Binary1101110110110010111100101001110110111011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB279; }

 p { color: rgb(221,178,121); }

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

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

 a { background-color: rgb(221,178,121); }

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

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

 span { border-color: rgb(221,178,121); }

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