#DDA874

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

Shades of Manhattan #DDA874

Tints of Manhattan #DDA874

Color information

#DDA874 (or 0xDDA874) is unknown color: approx Manhattan. HEX triplet: DD, A8 and 74. RGB value is (221,168,116). Sum of RGB (Red+Green+Blue) = 221+168+116=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA874 is #22578B. Grayscale: #B2B2B2. Windows color (decimal): -2250636 or 7645405. OLE color: 7645405.

HSL color Cylindrical-coordinate representation of color #DDA874: hue angle of 29.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA874 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221168116-
CMYK00.240.480.13
HSL29.71º60.69%66.08%-
HSV(B)29.71º47.51%86.67%-
XYZ46.9744.6422.66-
YUV177.9293.06158.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=43.76%
G=33.27%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116811600.240.480.1329.7160.6966.08
HexDDA87401830D1e3d42
Octal33525016403060153675102
Binary110111011010100011101000110001100001101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA874; }

 p { color: rgb(221,168,116); }

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

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

 a { background-color: rgb(221,168,116); }

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

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

 span { border-color: rgb(221,168,116); }

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