#DAAC83

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

Shades of Manhattan #DAAC83

Tints of Manhattan #DAAC83

Color information

#DAAC83 (or 0xDAAC83) is unknown color: approx Manhattan. HEX triplet: DA, AC and 83. RGB value is (218,172,131). Sum of RGB (Red+Green+Blue) = 218+172+131=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC83 is #25537C. Grayscale: #B5B5B5. Windows color (decimal): -2446205 or 8629466. OLE color: 8629466.

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

Color convert

RGB218172131-
CMYK00.210.400.15
HSL28.28º54.04%68.43%-
HSV(B)28.28º39.91%85.49%-
XYZ47.7646.0527.84-
YUV181.0899.74154.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=41.84%
G=33.01%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21817213100.210.400.1528.2854.0468.43
HexDAAC8301528F1c3644
Octal33225420302550173466104
Binary1101101010101100100000110101011010001111111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC83; }

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

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

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

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

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

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

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

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