Shades of Burning Sand #D28869
Tints of Burning Sand #D28869
RGB
CMYK
RGB Variations
Color information
#D28869 (or 0xD28869) is known color: Burning Sand. HEX triplet: D2, 88 and 69. RGB value is (210,136,105). Sum of RGB (Red+Green+Blue) = 210+136+105=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28869 is #2D7796. Grayscale: #9A9A9A. Windows color (decimal): -2979735 or 6916306. OLE color: 6916306.
HSL color Cylindrical-coordinate representation of color #D28869: hue angle of 17.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D28869 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 105 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.18 |
| HSL | 17.71º | 0.54% | 0.62% | - |
| HSV(B) | 17.71º | 0.5% | 0.82% | - |
| XYZ | 37.93 | 32.33 | 17.61 | - |
| YUV | 154.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 105 | 0 | 0.35 | 0.50 | 0.18 | 17.71 | 0.54 | 0.62 |
| Hex | D2 | 88 | 69 | 0 | 23 | 32 | 12 | 12 | 36 | 3E |
| Octal | 322 | 210 | 151 | 0 | 43 | 62 | 22 | 22 | 66 | 76 |
| Binary | 11010010 | 10001000 | 1101001 | 0 | 100011 | 110010 | 10010 | 10010 | 110110 | 111110 |
Color Harmonies of #D28869
Complementary color
Monochromatic Colors of #D28869
Black with #D28869
Text Example
Text Example
White with #D28869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28869; }
p { color: rgb(210,136,105); }
H1.HeaderClassName
{
color: #D28869;
}
.AnyTagClassName
{
color: #D28869;
}
</style>
background-color css
<style>
a { background-color: #D28869; }
a { background-color: rgb(210,136,105); }
div.DivClassName
{
background-color: #D28869;
}
.BgClassName
{
background-color: #D28869;
}
</style>
border-color css
<style>
span { border-color: #D28869; }
span { border-color: rgb(210,136,105); }
td.TdClassName
{
border-color: #D28869;
}
.TagClassName
{
border-color: #D28869;
}
</style>