Shades of Quicksand #D29886
Tints of Quicksand #D29886
RGB
CMYK
RGB Variations
Color information
#D29886 (or 0xD29886) is known color: Quicksand. HEX triplet: D2, 98 and 86. RGB value is (210,152,134). Sum of RGB (Red+Green+Blue) = 210+152+134=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D29886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29886 is #2D6779. Grayscale: #A7A7A7. Windows color (decimal): -2975610 or 8820946. OLE color: 8820946.
HSL color Cylindrical-coordinate representation of color #D29886: hue angle of 14.21º 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 #D29886 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 134 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.18 |
| HSL | 14.21º | 0.46% | 0.67% | - |
| HSV(B) | 14.21º | 0.36% | 0.82% | - |
| XYZ | 42.11 | 37.88 | 27.65 | - |
| YUV | 167.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 134 | 0 | 0.28 | 0.36 | 0.18 | 14.21 | 0.46 | 0.67 |
| Hex | D2 | 98 | 86 | 0 | 1C | 24 | 12 | E | 2E | 43 |
| Octal | 322 | 230 | 206 | 0 | 34 | 44 | 22 | 16 | 56 | 103 |
| Binary | 11010010 | 10011000 | 10000110 | 0 | 11100 | 100100 | 10010 | 1110 | 101110 | 1000011 |
Color Harmonies of #D29886
Complementary color
Monochromatic Colors of #D29886
Black with #D29886
Text Example
Text Example
White with #D29886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29886; }
p { color: rgb(210,152,134); }
H1.HeaderClassName
{
color: #D29886;
}
.AnyTagClassName
{
color: #D29886;
}
</style>
background-color css
<style>
a { background-color: #D29886; }
a { background-color: rgb(210,152,134); }
div.DivClassName
{
background-color: #D29886;
}
.BgClassName
{
background-color: #D29886;
}
</style>
border-color css
<style>
span { border-color: #D29886; }
span { border-color: rgb(210,152,134); }
td.TdClassName
{
border-color: #D29886;
}
.TagClassName
{
border-color: #D29886;
}
</style>