#DBAA77

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

Shades of Manhattan #DBAA77

Tints of Manhattan #DBAA77

Color information

#DBAA77 (or 0xDBAA77) is unknown color: approx Manhattan. HEX triplet: DB, AA and 77. RGB value is (219,170,119). Sum of RGB (Red+Green+Blue) = 219+170+119=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA77 is #245588. Grayscale: #B3B3B3. Windows color (decimal): -2381193 or 7842523. OLE color: 7842523.

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

Color convert

RGB219170119-
CMYK00.220.460.14
HSL30.6º58.14%66.27%-
HSV(B)30.6º45.66%85.88%-
XYZ46.9245.1423.69-
YUV178.8494.23156.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=43.11%
G=33.46%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917011900.220.460.1430.658.1466.27
HexDBAA770162EE1f3a42
Octal33325216702656163772102
Binary110110111010101011101110101101011101110111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA77; }

 p { color: rgb(219,170,119); }

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

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

 a { background-color: rgb(219,170,119); }

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

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

 span { border-color: rgb(219,170,119); }

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