#DDA974

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

Shades of Manhattan #DDA974

Tints of Manhattan #DDA974

Color information

#DDA974 (or 0xDDA974) is unknown color: approx Manhattan. HEX triplet: DD, A9 and 74. RGB value is (221,169,116). Sum of RGB (Red+Green+Blue) = 221+169+116=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA974 is #22568B. Grayscale: #B2B2B2. Windows color (decimal): -2250380 or 7645661. OLE color: 7645661.

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

Color convert

RGB221169116-
CMYK00.240.480.13
HSL30.29º60.69%66.08%-
HSV(B)30.29º47.51%86.67%-
XYZ47.1645.0122.73-
YUV178.5192.73158.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=43.68%
G=33.40%
B=22.92%

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
Decimal22116911600.240.480.1330.2960.6966.08
HexDDA97401830D1e3d42
Octal33525116403060153675102
Binary110111011010100111101000110001100001101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA974; }

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

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

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

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

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

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

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

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