#DBAB7C

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

Shades of Manhattan #DBAB7C

Tints of Manhattan #DBAB7C

Color information

#DBAB7C (or 0xDBAB7C) is unknown color: approx Manhattan. HEX triplet: DB, AB and 7C. RGB value is (219,171,124). Sum of RGB (Red+Green+Blue) = 219+171+124=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB7C is #245483. Grayscale: #B4B4B4. Windows color (decimal): -2380932 or 8170459. OLE color: 8170459.

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

Color convert

RGB219171124-
CMYK00.220.430.14
HSL29.68º56.89%67.25%-
HSV(B)29.68º43.38%85.88%-
XYZ47.4145.6425.38-
YUV179.9996.4155.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=42.61%
G=33.27%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917112400.220.430.1429.6856.8967.25
HexDBAB7C0162BE1e3943
Octal33325317402653163671103
Binary110110111010101111111000101101010111110111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB7C; }

 p { color: rgb(219,171,124); }

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

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

 a { background-color: rgb(219,171,124); }

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

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

 span { border-color: rgb(219,171,124); }

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