#daac84

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

Shades of Manhattan #DAAC84

Tints of Manhattan #DAAC84

Color information

#DAAC84 (or 0xDAAC84) is unknown color: approx Manhattan. HEX triplet: DA, AC and 84. RGB value is (218,172,132). Sum of RGB (Red+Green+Blue) = 218+172+132=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC84 is #25537B. Grayscale: #B5B5B5. Windows color (decimal): -2446204 or 8695002. OLE color: 8695002.

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

Color convert

RGB218172132-
CMYK00.210.390.15
HSL27.91º53.75%68.63%-
HSV(B)27.91º39.45%85.49%-
XYZ47.8346.0828.2-
YUV181.19100.24154.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=41.76%
G=32.95%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817213200.210.390.1527.9153.7568.63
HexDAAC8401527F1c3645
Octal33225420402547173466105
Binary1101101010101100100001000101011001111111111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daac84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daac84; }

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

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

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

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

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

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

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

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