#DBB07A

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

Shades of Manhattan #DBB07A

Tints of Manhattan #DBB07A

Color information

#DBB07A (or 0xDBB07A) is unknown color: approx Manhattan. HEX triplet: DB, B0 and 7A. RGB value is (219,176,122). Sum of RGB (Red+Green+Blue) = 219+176+122=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB07A is #244F85. Grayscale: #B6B6B6. Windows color (decimal): -2379654 or 8040667. OLE color: 8040667.

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

Color convert

RGB219176122-
CMYK00.200.440.14
HSL33.4º57.4%66.86%-
HSV(B)33.4º44.29%85.88%-
XYZ48.2547.5225.04-
YUV182.793.75153.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=42.36%
G=34.04%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917612200.200.440.1433.457.466.86
HexDBB07A0142CE213943
Octal33326017202454164171103
Binary1101101110110000111101001010010110011101000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB07A; }

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

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

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

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

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

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

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

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