Shades of Manhattan #DBAD78
Tints of Manhattan #DBAD78
RGB
CMYK
RGB Variations
Color information
#DBAD78 (or 0xDBAD78) is known color: Manhattan. HEX triplet: DB, AD and 78. RGB value is (219,173,120). Sum of RGB (Red+Green+Blue) = 219+173+120=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD78 is #245287. Grayscale: #B4B4B4. Windows color (decimal): -2380424 or 7908827. OLE color: 7908827.
HSL color Cylindrical-coordinate representation of color #DBAD78: hue angle of 32.12º 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 #DBAD78 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 120 | - |
CMYK | 0 | 0.21 | 0.45 | 0.14 |
HSL | 32.12º | 0.58% | 0.66% | - |
HSV(B) | 32.12º | 0.45% | 0.86% | - |
XYZ | 47.55 | 46.3 | 24.2 | - |
YUV | 180.71 | 93.74 | 155.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 120 | 0 | 0.21 | 0.45 | 0.14 | 32.12 | 0.58 | 0.66 |
Hex | DB | AD | 78 | 0 | 15 | 2D | E | 20 | 3A | 42 |
Octal | 333 | 255 | 170 | 0 | 25 | 55 | 16 | 40 | 72 | 102 |
Binary | 11011011 | 10101101 | 1111000 | 0 | 10101 | 101101 | 1110 | 100000 | 111010 | 1000010 |
Color Harmonies of #DBAD78
Complementary color
Monochromatic Colors of #DBAD78
Black with #DBAD78
Text Example
Text Example
White with #DBAD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD78; }
p { color: rgb(219,173,120); }
H1.HeaderClassName
{
color: #DBAD78;
}
.AnyTagClassName
{
color: #DBAD78;
}
</style>
background-color css
<style>
a { background-color: #DBAD78; }
a { background-color: rgb(219,173,120); }
div.DivClassName
{
background-color: #DBAD78;
}
.BgClassName
{
background-color: #DBAD78;
}
</style>
border-color css
<style>
span { border-color: #DBAD78; }
span { border-color: rgb(219,173,120); }
td.TdClassName
{
border-color: #DBAD78;
}
.TagClassName
{
border-color: #DBAD78;
}
</style>