Shades of Manhattan #DBAD83
Tints of Manhattan #DBAD83
RGB
CMYK
RGB Variations
Color information
#DBAD83 (or 0xDBAD83) is known color: Manhattan. HEX triplet: DB, AD and 83. RGB value is (219,173,131). Sum of RGB (Red+Green+Blue) = 219+173+131=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD83 is #24527C. Grayscale: #B6B6B6. Windows color (decimal): -2380413 or 8629723. OLE color: 8629723.
HSL color Cylindrical-coordinate representation of color #DBAD83: hue angle of 28.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAD83 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 131 | - |
CMYK | 0 | 0.21 | 0.40 | 0.14 |
HSL | 28.64º | 0.55% | 0.69% | - |
HSV(B) | 28.64º | 0.4% | 0.86% | - |
XYZ | 48.25 | 46.59 | 27.92 | - |
YUV | 181.97 | 99.24 | 154.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 131 | 0 | 0.21 | 0.40 | 0.14 | 28.64 | 0.55 | 0.69 |
Hex | DB | AD | 83 | 0 | 15 | 28 | E | 1D | 37 | 45 |
Octal | 333 | 255 | 203 | 0 | 25 | 50 | 16 | 35 | 67 | 105 |
Binary | 11011011 | 10101101 | 10000011 | 0 | 10101 | 101000 | 1110 | 11101 | 110111 | 1000101 |
Color Harmonies of #DBAD83
Complementary color
Monochromatic Colors of #DBAD83
Black with #DBAD83
Text Example
Text Example
White with #DBAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD83; }
p { color: rgb(219,173,131); }
H1.HeaderClassName
{
color: #DBAD83;
}
.AnyTagClassName
{
color: #DBAD83;
}
</style>
background-color css
<style>
a { background-color: #DBAD83; }
a { background-color: rgb(219,173,131); }
div.DivClassName
{
background-color: #DBAD83;
}
.BgClassName
{
background-color: #DBAD83;
}
</style>
border-color css
<style>
span { border-color: #DBAD83; }
span { border-color: rgb(219,173,131); }
td.TdClassName
{
border-color: #DBAD83;
}
.TagClassName
{
border-color: #DBAD83;
}
</style>