#DBAC82

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

Shades of Manhattan #DBAC82

Tints of Manhattan #DBAC82

Color information

#DBAC82 (or 0xDBAC82) is unknown color: approx Manhattan. HEX triplet: DB, AC and 82. RGB value is (219,172,130). Sum of RGB (Red+Green+Blue) = 219+172+130=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC82 is #24537D. Grayscale: #B5B5B5. Windows color (decimal): -2380670 or 8563931. OLE color: 8563931.

HSL color Cylindrical-coordinate representation of color #DBAC82: hue angle of 28.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAC82 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219172130-
CMYK00.210.410.14
HSL28.31º55.28%68.43%-
HSV(B)28.31º40.64%85.88%-
XYZ4846.1827.5-
YUV181.2699.07154.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=42.03%
G=33.01%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917213000.210.410.1428.3155.2868.43
HexDBAC8201529E1c3744
Octal33325420202551163467104
Binary1101101110101100100000100101011010011110111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC82; }

 p { color: rgb(219,172,130); }

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

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

 a { background-color: rgb(219,172,130); }

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

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

 span { border-color: rgb(219,172,130); }

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