#DAB079

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

Shades of Manhattan #DAB079

Tints of Manhattan #DAB079

Color information

#DAB079 (or 0xDAB079) is unknown color: approx Manhattan. HEX triplet: DA, B0 and 79. RGB value is (218,176,121). Sum of RGB (Red+Green+Blue) = 218+176+121=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB079 is #254F86. Grayscale: #B6B6B6. Windows color (decimal): -2445191 or 7975130. OLE color: 7975130.

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

Color convert

RGB218176121-
CMYK00.190.440.15
HSL34.02º56.73%66.47%-
HSV(B)34.02º44.5%85.49%-
XYZ47.8947.3424.7-
YUV182.2993.41153.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 121 (47.66% from 255) = 23.50%
R=42.33%
G=34.17%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817612100.190.440.1534.0256.7366.47
HexDAB0790132CF223942
Octal33226017102354174271102
Binary1101101010110000111100101001110110011111000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB079; }

 p { color: rgb(218,176,121); }

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

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

 a { background-color: rgb(218,176,121); }

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

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

 span { border-color: rgb(218,176,121); }

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