Shades of Quicksand #D09988
Tints of Quicksand #D09988
RGB
CMYK
RGB Variations
Color information
#D09988 (or 0xD09988) is known color: Quicksand. HEX triplet: D0, 99 and 88. RGB value is (208,153,136). Sum of RGB (Red+Green+Blue) = 208+153+136=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D09988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09988 is #2F6677. Grayscale: #A7A7A7. Windows color (decimal): -3106424 or 8952272. OLE color: 8952272.
HSL color Cylindrical-coordinate representation of color #D09988: hue angle of 14.17º degrees, saturation: 0.43, 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 #D09988 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 136 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.18 |
| HSL | 14.17º | 0.43% | 0.67% | - |
| HSV(B) | 14.17º | 0.35% | 0.82% | - |
| XYZ | 41.85 | 37.97 | 28.42 | - |
| YUV | 167.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 136 | 0 | 0.26 | 0.35 | 0.18 | 14.17 | 0.43 | 0.67 |
| Hex | D0 | 99 | 88 | 0 | 1A | 23 | 12 | E | 2B | 43 |
| Octal | 320 | 231 | 210 | 0 | 32 | 43 | 22 | 16 | 53 | 103 |
| Binary | 11010000 | 10011001 | 10001000 | 0 | 11010 | 100011 | 10010 | 1110 | 101011 | 1000011 |
Color Harmonies of #D09988
Complementary color
Monochromatic Colors of #D09988
Black with #D09988
Text Example
Text Example
White with #D09988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09988; }
p { color: rgb(208,153,136); }
H1.HeaderClassName
{
color: #D09988;
}
.AnyTagClassName
{
color: #D09988;
}
</style>
background-color css
<style>
a { background-color: #D09988; }
a { background-color: rgb(208,153,136); }
div.DivClassName
{
background-color: #D09988;
}
.BgClassName
{
background-color: #D09988;
}
</style>
border-color css
<style>
span { border-color: #D09988; }
span { border-color: rgb(208,153,136); }
td.TdClassName
{
border-color: #D09988;
}
.TagClassName
{
border-color: #D09988;
}
</style>