#DDA76F

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

Shades of Manhattan #DDA76F

Tints of Manhattan #DDA76F

Color information

#DDA76F (or 0xDDA76F) is unknown color: approx Manhattan. HEX triplet: DD, A7 and 6F. RGB value is (221,167,111). Sum of RGB (Red+Green+Blue) = 221+167+111=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA76F is #225890. Grayscale: #B1B1B1. Windows color (decimal): -2250897 or 7317469. OLE color: 7317469.

HSL color Cylindrical-coordinate representation of color #DDA76F: hue angle of 30.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA76F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221167111-
CMYK00.240.500.13
HSL30.55º61.8%65.1%-
HSV(B)30.55º49.77%86.67%-
XYZ46.5144.1621.11-
YUV176.7690.89159.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 111 (43.75% from 255) = 22.24%
R=44.29%
G=33.47%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116711100.240.500.1330.5561.865.1
HexDDA76F01832D1f3e41
Octal33524715703062153776101
Binary110111011010011111011110110001100101101111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA76F; }

 p { color: rgb(221,167,111); }

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

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

 a { background-color: rgb(221,167,111); }

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

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

 span { border-color: rgb(221,167,111); }

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