Shades of Quicksand #D09B88
Tints of Quicksand #D09B88
RGB
CMYK
RGB Variations
Color information
#D09B88 (or 0xD09B88) is known color: Quicksand. HEX triplet: D0, 9B and 88. RGB value is (208,155,136). Sum of RGB (Red+Green+Blue) = 208+155+136=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B88 is #2F6477. Grayscale: #A8A8A8. Windows color (decimal): -3105912 or 8952784. OLE color: 8952784.
HSL color Cylindrical-coordinate representation of color #D09B88: hue angle of 15.83º 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 #D09B88 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 136 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.18 |
| HSL | 15.83º | 0.43% | 0.67% | - |
| HSV(B) | 15.83º | 0.35% | 0.82% | - |
| XYZ | 42.18 | 38.63 | 28.53 | - |
| YUV | 168.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 136 | 0 | 0.25 | 0.35 | 0.18 | 15.83 | 0.43 | 0.67 |
| Hex | D0 | 9B | 88 | 0 | 19 | 23 | 12 | 10 | 2B | 43 |
| Octal | 320 | 233 | 210 | 0 | 31 | 43 | 22 | 20 | 53 | 103 |
| Binary | 11010000 | 10011011 | 10001000 | 0 | 11001 | 100011 | 10010 | 10000 | 101011 | 1000011 |
Color Harmonies of #D09B88
Complementary color
Monochromatic Colors of #D09B88
Black with #D09B88
Text Example
Text Example
White with #D09B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B88; }
p { color: rgb(208,155,136); }
H1.HeaderClassName
{
color: #D09B88;
}
.AnyTagClassName
{
color: #D09B88;
}
</style>
background-color css
<style>
a { background-color: #D09B88; }
a { background-color: rgb(208,155,136); }
div.DivClassName
{
background-color: #D09B88;
}
.BgClassName
{
background-color: #D09B88;
}
</style>
border-color css
<style>
span { border-color: #D09B88; }
span { border-color: rgb(208,155,136); }
td.TdClassName
{
border-color: #D09B88;
}
.TagClassName
{
border-color: #D09B88;
}
</style>