#DAAF7A

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

Shades of Manhattan #DAAF7A

Tints of Manhattan #DAAF7A

Color information

#DAAF7A (or 0xDAAF7A) is unknown color: approx Manhattan. HEX triplet: DA, AF and 7A. RGB value is (218,175,122). Sum of RGB (Red+Green+Blue) = 218+175+122=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF7A is #255085. Grayscale: #B6B6B6. Windows color (decimal): -2445446 or 8040410. OLE color: 8040410.

HSL color Cylindrical-coordinate representation of color #DAAF7A: hue angle of 33.13º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAAF7A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218175122-
CMYK00.200.440.15
HSL33.13º56.47%66.67%-
HSV(B)33.13º44.04%85.49%-
XYZ47.7646.9724.96-
YUV181.8294.25153.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=42.33%
G=33.98%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817512200.200.440.1533.1356.4766.67
HexDAAF7A0142CF213843
Octal33225717202454174170103
Binary1101101010101111111101001010010110011111000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF7A; }

 p { color: rgb(218,175,122); }

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

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

 a { background-color: rgb(218,175,122); }

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

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

 span { border-color: rgb(218,175,122); }

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