#DBB079

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

Shades of Manhattan #DBB079

Tints of Manhattan #DBB079

Color information

#DBB079 (or 0xDBB079) is unknown color: approx Manhattan. HEX triplet: DB, B0 and 79. RGB value is (219,176,121). Sum of RGB (Red+Green+Blue) = 219+176+121=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB079 is #244F86. Grayscale: #B6B6B6. Windows color (decimal): -2379655 or 7975131. OLE color: 7975131.

HSL color Cylindrical-coordinate representation of color #DBB079: hue angle of 33.67º 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 #DBB079 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB219176121-
CMYK00.200.450.14
HSL33.67º57.65%66.67%-
HSV(B)33.67º44.75%85.88%-
XYZ48.1947.4924.72-
YUV182.5993.25153.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=42.44%
G=34.11%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917612100.200.450.1433.6757.6566.67
HexDBB0790142DE223a43
Octal33326017102455164272103
Binary1101101110110000111100101010010110111101000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB079; }

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

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

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

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

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

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

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

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