#DAB078

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

Shades of Manhattan #DAB078

Tints of Manhattan #DAB078

Color information

#DAB078 (or 0xDAB078) is unknown color: approx Manhattan. HEX triplet: DA, B0 and 78. RGB value is (218,176,120). Sum of RGB (Red+Green+Blue) = 218+176+120=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB078 is #254F87. Grayscale: #B6B6B6. Windows color (decimal): -2445192 or 7909594. OLE color: 7909594.

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

Color convert

RGB218176120-
CMYK00.190.450.15
HSL34.29º56.98%66.27%-
HSV(B)34.29º44.95%85.49%-
XYZ47.8347.3124.38-
YUV182.1792.91153.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=42.41%
G=34.24%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817612000.190.450.1534.2956.9866.27
HexDAB0780132DF223942
Octal33226017002355174271102
Binary1101101010110000111100001001110110111111000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB078; }

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

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

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

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

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

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

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

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