Shades of Quicksand #D09887
Tints of Quicksand #D09887
RGB
CMYK
RGB Variations
Color information
#D09887 (or 0xD09887) is known color: Quicksand. HEX triplet: D0, 98 and 87. RGB value is (208,152,135). Sum of RGB (Red+Green+Blue) = 208+152+135=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D09887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09887 is #2F6778. Grayscale: #A6A6A6. Windows color (decimal): -3106681 or 8886480. OLE color: 8886480.
HSL color Cylindrical-coordinate representation of color #D09887: hue angle of 13.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09887 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 135 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.18 |
| HSL | 13.97º | 0.44% | 0.67% | - |
| HSV(B) | 13.97º | 0.35% | 0.82% | - |
| XYZ | 41.61 | 37.62 | 27.99 | - |
| YUV | 166.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 135 | 0 | 0.27 | 0.35 | 0.18 | 13.97 | 0.44 | 0.67 |
| Hex | D0 | 98 | 87 | 0 | 1B | 23 | 12 | E | 2C | 43 |
| Octal | 320 | 230 | 207 | 0 | 33 | 43 | 22 | 16 | 54 | 103 |
| Binary | 11010000 | 10011000 | 10000111 | 0 | 11011 | 100011 | 10010 | 1110 | 101100 | 1000011 |
Color Harmonies of #D09887
Complementary color
Monochromatic Colors of #D09887
Black with #D09887
Text Example
Text Example
White with #D09887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09887; }
p { color: rgb(208,152,135); }
H1.HeaderClassName
{
color: #D09887;
}
.AnyTagClassName
{
color: #D09887;
}
</style>
background-color css
<style>
a { background-color: #D09887; }
a { background-color: rgb(208,152,135); }
div.DivClassName
{
background-color: #D09887;
}
.BgClassName
{
background-color: #D09887;
}
</style>
border-color css
<style>
span { border-color: #D09887; }
span { border-color: rgb(208,152,135); }
td.TdClassName
{
border-color: #D09887;
}
.TagClassName
{
border-color: #D09887;
}
</style>