Shades of Quicksand #D09986
Tints of Quicksand #D09986
RGB
CMYK
RGB Variations
Color information
#D09986 (or 0xD09986) is known color: Quicksand. HEX triplet: D0, 99 and 86. RGB value is (208,153,134). Sum of RGB (Red+Green+Blue) = 208+153+134=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D09986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09986 is #2F6679. Grayscale: #A7A7A7. Windows color (decimal): -3106426 or 8821200. OLE color: 8821200.
HSL color Cylindrical-coordinate representation of color #D09986: hue angle of 15.41º degrees, saturation: 0.44, 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 #D09986 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 134 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.18 |
| HSL | 15.41º | 0.44% | 0.67% | - |
| HSV(B) | 15.41º | 0.36% | 0.82% | - |
| XYZ | 41.71 | 37.91 | 27.67 | - |
| YUV | 167.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 134 | 0 | 0.26 | 0.36 | 0.18 | 15.41 | 0.44 | 0.67 |
| Hex | D0 | 99 | 86 | 0 | 1A | 24 | 12 | F | 2C | 43 |
| Octal | 320 | 231 | 206 | 0 | 32 | 44 | 22 | 17 | 54 | 103 |
| Binary | 11010000 | 10011001 | 10000110 | 0 | 11010 | 100100 | 10010 | 1111 | 101100 | 1000011 |
Color Harmonies of #D09986
Complementary color
Monochromatic Colors of #D09986
Black with #D09986
Text Example
Text Example
White with #D09986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09986; }
p { color: rgb(208,153,134); }
H1.HeaderClassName
{
color: #D09986;
}
.AnyTagClassName
{
color: #D09986;
}
</style>
background-color css
<style>
a { background-color: #D09986; }
a { background-color: rgb(208,153,134); }
div.DivClassName
{
background-color: #D09986;
}
.BgClassName
{
background-color: #D09986;
}
</style>
border-color css
<style>
span { border-color: #D09986; }
span { border-color: rgb(208,153,134); }
td.TdClassName
{
border-color: #D09986;
}
.TagClassName
{
border-color: #D09986;
}
</style>