Shades of Quicksand #D19985
Tints of Quicksand #D19985
RGB
CMYK
RGB Variations
Color information
#D19985 (or 0xD19985) is known color: Quicksand. HEX triplet: D1, 99 and 85. RGB value is (209,153,133). Sum of RGB (Red+Green+Blue) = 209+153+133=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D19985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19985 is #2E667A. Grayscale: #A7A7A7. Windows color (decimal): -3040891 or 8755665. OLE color: 8755665.
HSL color Cylindrical-coordinate representation of color #D19985: hue angle of 15.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D19985 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 133 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.18 |
| HSL | 15.79º | 0.45% | 0.67% | - |
| HSV(B) | 15.79º | 0.36% | 0.82% | - |
| XYZ | 41.92 | 38.03 | 27.32 | - |
| YUV | 167.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 133 | 0 | 0.27 | 0.36 | 0.18 | 15.79 | 0.45 | 0.67 |
| Hex | D1 | 99 | 85 | 0 | 1B | 24 | 12 | 10 | 2D | 43 |
| Octal | 321 | 231 | 205 | 0 | 33 | 44 | 22 | 20 | 55 | 103 |
| Binary | 11010001 | 10011001 | 10000101 | 0 | 11011 | 100100 | 10010 | 10000 | 101101 | 1000011 |
Color Harmonies of #D19985
Complementary color
Monochromatic Colors of #D19985
Black with #D19985
Text Example
Text Example
White with #D19985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19985; }
p { color: rgb(209,153,133); }
H1.HeaderClassName
{
color: #D19985;
}
.AnyTagClassName
{
color: #D19985;
}
</style>
background-color css
<style>
a { background-color: #D19985; }
a { background-color: rgb(209,153,133); }
div.DivClassName
{
background-color: #D19985;
}
.BgClassName
{
background-color: #D19985;
}
</style>
border-color css
<style>
span { border-color: #D19985; }
span { border-color: rgb(209,153,133); }
td.TdClassName
{
border-color: #D19985;
}
.TagClassName
{
border-color: #D19985;
}
</style>