#DAAC80

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

Shades of Manhattan #DAAC80

Tints of Manhattan #DAAC80

Color information

#DAAC80 (or 0xDAAC80) is unknown color: approx Manhattan. HEX triplet: DA, AC and 80. RGB value is (218,172,128). Sum of RGB (Red+Green+Blue) = 218+172+128=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC80 is #25537F. Grayscale: #B4B4B4. Windows color (decimal): -2446208 or 8432858. OLE color: 8432858.

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

Color convert

RGB218172128-
CMYK00.210.410.15
HSL29.33º54.88%67.84%-
HSV(B)29.33º41.28%85.49%-
XYZ47.5645.9726.79-
YUV180.7498.24154.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=42.08%
G=33.20%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817212800.210.410.1529.3354.8867.84
HexDAAC8001529F1d3744
Octal33225420002551173567104
Binary1101101010101100100000000101011010011111111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC80; }

 p { color: rgb(218,172,128); }

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

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

 a { background-color: rgb(218,172,128); }

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

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

 span { border-color: rgb(218,172,128); }

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