#DAAB75

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

Shades of Manhattan #DAAB75

Tints of Manhattan #DAAB75

Color information

#DAAB75 (or 0xDAAB75) is unknown color: approx Manhattan. HEX triplet: DA, AB and 75. RGB value is (218,171,117). Sum of RGB (Red+Green+Blue) = 218+171+117=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB75 is #25548A. Grayscale: #B3B3B3. Windows color (decimal): -2446475 or 7711706. OLE color: 7711706.

HSL color Cylindrical-coordinate representation of color #DAAB75: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAAB75 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218171117-
CMYK00.220.460.15
HSL32.08º57.71%65.69%-
HSV(B)32.08º46.33%85.49%-
XYZ46.6945.3223.12-
YUV178.993.07155.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=43.08%
G=33.79%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817111700.220.460.1532.0857.7165.69
HexDAAB750162EF203a42
Octal33225316502656174072102
Binary1101101010101011111010101011010111011111000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB75; }

 p { color: rgb(218,171,117); }

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

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

 a { background-color: rgb(218,171,117); }

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

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

 span { border-color: rgb(218,171,117); }

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