Shades of Quicksand #D29A86
Tints of Quicksand #D29A86
RGB
CMYK
RGB Variations
Color information
#D29A86 (or 0xD29A86) is known color: Quicksand. HEX triplet: D2, 9A and 86. RGB value is (210,154,134). Sum of RGB (Red+Green+Blue) = 210+154+134=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A86 is #2D6579. Grayscale: #A8A8A8. Windows color (decimal): -2975098 or 8821458. OLE color: 8821458.
HSL color Cylindrical-coordinate representation of color #D29A86: hue angle of 15.79º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29A86 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 134 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.18 |
| HSL | 15.79º | 0.46% | 0.67% | - |
| HSV(B) | 15.79º | 0.36% | 0.82% | - |
| XYZ | 42.44 | 38.53 | 27.76 | - |
| YUV | 168.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 134 | 0 | 0.27 | 0.36 | 0.18 | 15.79 | 0.46 | 0.67 |
| Hex | D2 | 9A | 86 | 0 | 1B | 24 | 12 | 10 | 2E | 43 |
| Octal | 322 | 232 | 206 | 0 | 33 | 44 | 22 | 20 | 56 | 103 |
| Binary | 11010010 | 10011010 | 10000110 | 0 | 11011 | 100100 | 10010 | 10000 | 101110 | 1000011 |
Color Harmonies of #D29A86
Complementary color
Monochromatic Colors of #D29A86
Black with #D29A86
Text Example
Text Example
White with #D29A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A86; }
p { color: rgb(210,154,134); }
H1.HeaderClassName
{
color: #D29A86;
}
.AnyTagClassName
{
color: #D29A86;
}
</style>
background-color css
<style>
a { background-color: #D29A86; }
a { background-color: rgb(210,154,134); }
div.DivClassName
{
background-color: #D29A86;
}
.BgClassName
{
background-color: #D29A86;
}
</style>
border-color css
<style>
span { border-color: #D29A86; }
span { border-color: rgb(210,154,134); }
td.TdClassName
{
border-color: #D29A86;
}
.TagClassName
{
border-color: #D29A86;
}
</style>