#DBB078

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

Shades of Manhattan #DBB078

Tints of Manhattan #DBB078

Color information

#DBB078 (or 0xDBB078) is unknown color: approx Manhattan. HEX triplet: DB, B0 and 78. RGB value is (219,176,120). Sum of RGB (Red+Green+Blue) = 219+176+120=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB078 is #244F87. Grayscale: #B6B6B6. Windows color (decimal): -2379656 or 7909595. OLE color: 7909595.

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

Color convert

RGB219176120-
CMYK00.200.450.14
HSL33.94º57.89%66.47%-
HSV(B)33.94º45.21%85.88%-
XYZ48.1347.4724.39-
YUV182.4792.75154.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=42.52%
G=34.17%
B=23.30%

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
Decimal21917612000.200.450.1433.9457.8966.47
HexDBB0780142DE223a42
Octal33326017002455164272102
Binary1101101110110000111100001010010110111101000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB078; }

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

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

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

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

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

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

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

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