#DBAC79

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

Shades of Manhattan #DBAC79

Tints of Manhattan #DBAC79

Color information

#DBAC79 (or 0xDBAC79) is unknown color: approx Manhattan. HEX triplet: DB, AC and 79. RGB value is (219,172,121). Sum of RGB (Red+Green+Blue) = 219+172+121=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC79 is #245386. Grayscale: #B4B4B4. Windows color (decimal): -2380679 or 7974107. OLE color: 7974107.

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

Color convert

RGB219172121-
CMYK00.210.450.14
HSL31.22º57.65%66.67%-
HSV(B)31.22º44.75%85.88%-
XYZ47.4245.9524.46-
YUV180.2494.57155.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 23.63%
R=42.77%
G=33.59%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917212100.210.450.1431.2257.6566.67
HexDBAC790152DE1f3a43
Octal33325417102555163772103
Binary110110111010110011110010101011011011110111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC79; }

 p { color: rgb(219,172,121); }

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

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

 a { background-color: rgb(219,172,121); }

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

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

 span { border-color: rgb(219,172,121); }

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