Shades of Quicksand #D09B87
Tints of Quicksand #D09B87
RGB
CMYK
RGB Variations
Color information
#D09B87 (or 0xD09B87) is known color: Quicksand. HEX triplet: D0, 9B and 87. RGB value is (208,155,135). Sum of RGB (Red+Green+Blue) = 208+155+135=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B87 is #2F6478. Grayscale: #A8A8A8. Windows color (decimal): -3105913 or 8887248. OLE color: 8887248.
HSL color Cylindrical-coordinate representation of color #D09B87: hue angle of 16.44º 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 #D09B87 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 135 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.18 |
| HSL | 16.44º | 0.44% | 0.67% | - |
| HSV(B) | 16.44º | 0.35% | 0.82% | - |
| XYZ | 42.11 | 38.6 | 28.15 | - |
| YUV | 168.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 135 | 0 | 0.25 | 0.35 | 0.18 | 16.44 | 0.44 | 0.67 |
| Hex | D0 | 9B | 87 | 0 | 19 | 23 | 12 | 10 | 2C | 43 |
| Octal | 320 | 233 | 207 | 0 | 31 | 43 | 22 | 20 | 54 | 103 |
| Binary | 11010000 | 10011011 | 10000111 | 0 | 11001 | 100011 | 10010 | 10000 | 101100 | 1000011 |
Color Harmonies of #D09B87
Complementary color
Monochromatic Colors of #D09B87
Black with #D09B87
Text Example
Text Example
White with #D09B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B87; }
p { color: rgb(208,155,135); }
H1.HeaderClassName
{
color: #D09B87;
}
.AnyTagClassName
{
color: #D09B87;
}
</style>
background-color css
<style>
a { background-color: #D09B87; }
a { background-color: rgb(208,155,135); }
div.DivClassName
{
background-color: #D09B87;
}
.BgClassName
{
background-color: #D09B87;
}
</style>
border-color css
<style>
span { border-color: #D09B87; }
span { border-color: rgb(208,155,135); }
td.TdClassName
{
border-color: #D09B87;
}
.TagClassName
{
border-color: #D09B87;
}
</style>