#DDAF85

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

Shades of Manhattan #DDAF85

Tints of Manhattan #DDAF85

Color information

#DDAF85 (or 0xDDAF85) is unknown color: approx Manhattan. HEX triplet: DD, AF and 85. RGB value is (221,175,133). Sum of RGB (Red+Green+Blue) = 221+175+133=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF85 is #22507A. Grayscale: #B8B8B8. Windows color (decimal): -2248827 or 8761309. OLE color: 8761309.

HSL color Cylindrical-coordinate representation of color #DDAF85: hue angle of 28.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDAF85 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221175133-
CMYK00.210.400.13
HSL28.64º56.41%69.41%-
HSV(B)28.64º39.82%86.67%-
XYZ49.3847.7328.8-
YUV183.9799.24154.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=41.78%
G=33.08%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117513300.210.400.1328.6456.4169.41
HexDDAF8501528D1d3845
Octal33525720502550153570105
Binary1101110110101111100001010101011010001101111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF85; }

 p { color: rgb(221,175,133); }

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

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

 a { background-color: rgb(221,175,133); }

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

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

 span { border-color: rgb(221,175,133); }

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