#DDAF83

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

Shades of Manhattan #DDAF83

Tints of Manhattan #DDAF83

Color information

#DDAF83 (or 0xDDAF83) is unknown color: approx Manhattan. HEX triplet: DD, AF and 83. RGB value is (221,175,131). Sum of RGB (Red+Green+Blue) = 221+175+131=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF83 is #22507C. Grayscale: #B7B7B7. Windows color (decimal): -2248829 or 8630237. OLE color: 8630237.

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

Color convert

RGB221175131-
CMYK00.210.410.13
HSL29.33º56.96%69.02%-
HSV(B)29.33º40.72%86.67%-
XYZ49.2547.6728.08-
YUV183.7498.24154.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=41.94%
G=33.21%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117513100.210.410.1329.3356.9669.02
HexDDAF8301529D1d3945
Octal33525720302551153571105
Binary1101110110101111100000110101011010011101111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF83; }

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

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

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

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

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

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

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

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