Shades of Quicksand #D09889
Tints of Quicksand #D09889
RGB
CMYK
RGB Variations
Color information
#D09889 (or 0xD09889) is known color: Quicksand. HEX triplet: D0, 98 and 89. RGB value is (208,152,137). Sum of RGB (Red+Green+Blue) = 208+152+137=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D09889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09889 is #2F6776. Grayscale: #A7A7A7. Windows color (decimal): -3106679 or 9017552. OLE color: 9017552.
HSL color Cylindrical-coordinate representation of color #D09889: hue angle of 12.68º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09889 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 137 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.18 |
| HSL | 12.68º | 0.43% | 0.68% | - |
| HSV(B) | 12.68º | 0.34% | 0.82% | - |
| XYZ | 41.76 | 37.67 | 28.74 | - |
| YUV | 167.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 137 | 0 | 0.27 | 0.34 | 0.18 | 12.68 | 0.43 | 0.68 |
| Hex | D0 | 98 | 89 | 0 | 1B | 22 | 12 | D | 2B | 44 |
| Octal | 320 | 230 | 211 | 0 | 33 | 42 | 22 | 15 | 53 | 104 |
| Binary | 11010000 | 10011000 | 10001001 | 0 | 11011 | 100010 | 10010 | 1101 | 101011 | 1000100 |
Color Harmonies of #D09889
Complementary color
Monochromatic Colors of #D09889
Black with #D09889
Text Example
Text Example
White with #D09889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09889; }
p { color: rgb(208,152,137); }
H1.HeaderClassName
{
color: #D09889;
}
.AnyTagClassName
{
color: #D09889;
}
</style>
background-color css
<style>
a { background-color: #D09889; }
a { background-color: rgb(208,152,137); }
div.DivClassName
{
background-color: #D09889;
}
.BgClassName
{
background-color: #D09889;
}
</style>
border-color css
<style>
span { border-color: #D09889; }
span { border-color: rgb(208,152,137); }
td.TdClassName
{
border-color: #D09889;
}
.TagClassName
{
border-color: #D09889;
}
</style>