#DBB077

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

Shades of Manhattan #DBB077

Tints of Manhattan #DBB077

Color information

#DBB077 (or 0xDBB077) is unknown color: approx Manhattan. HEX triplet: DB, B0 and 77. RGB value is (219,176,119). Sum of RGB (Red+Green+Blue) = 219+176+119=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB077 is #244F88. Grayscale: #B6B6B6. Windows color (decimal): -2379657 or 7844059. OLE color: 7844059.

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

Color convert

RGB219176119-
CMYK00.200.460.14
HSL34.2º58.14%66.27%-
HSV(B)34.2º45.66%85.88%-
XYZ48.0747.4424.08-
YUV182.3692.25154.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=42.61%
G=34.24%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917611900.200.460.1434.258.1466.27
HexDBB0770142EE223a42
Octal33326016702456164272102
Binary1101101110110000111011101010010111011101000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB077; }

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

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

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

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

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

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

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

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