#DDA875

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

Shades of Manhattan #DDA875

Tints of Manhattan #DDA875

Color information

#DDA875 (or 0xDDA875) is unknown color: approx Manhattan. HEX triplet: DD, A8 and 75. RGB value is (221,168,117). Sum of RGB (Red+Green+Blue) = 221+168+117=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA875 is #22578A. Grayscale: #B2B2B2. Windows color (decimal): -2250635 or 7710941. OLE color: 7710941.

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

Color convert

RGB221168117-
CMYK00.240.470.13
HSL29.42º60.47%66.27%-
HSV(B)29.42º47.06%86.67%-
XYZ47.0344.6622.97-
YUV178.0393.56158.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=43.68%
G=33.20%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116811700.240.470.1329.4260.4766.27
HexDDA8750182FD1d3c42
Octal33525016503057153574102
Binary110111011010100011101010110001011111101111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA875; }

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

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

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

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

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

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

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

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