Shades of Burning Sand #D28862
Tints of Burning Sand #D28862
RGB
CMYK
RGB Variations
Color information
#D28862 (or 0xD28862) is known color: Burning Sand. HEX triplet: D2, 88 and 62. RGB value is (210,136,98). Sum of RGB (Red+Green+Blue) = 210+136+98=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D28862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28862 is #2D779D. Grayscale: #9A9A9A. Windows color (decimal): -2979742 or 6457554. OLE color: 6457554.
HSL color Cylindrical-coordinate representation of color #D28862: hue angle of 20.36º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D28862 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 98 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.18 |
| HSL | 20.36º | 0.55% | 0.6% | - |
| HSV(B) | 20.36º | 0.53% | 0.82% | - |
| XYZ | 37.59 | 32.19 | 15.79 | - |
| YUV | 153.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 98 | 0 | 0.35 | 0.53 | 0.18 | 20.36 | 0.55 | 0.6 |
| Hex | D2 | 88 | 62 | 0 | 23 | 35 | 12 | 14 | 37 | 3C |
| Octal | 322 | 210 | 142 | 0 | 43 | 65 | 22 | 24 | 67 | 74 |
| Binary | 11010010 | 10001000 | 1100010 | 0 | 100011 | 110101 | 10010 | 10100 | 110111 | 111100 |
Color Harmonies of #D28862
Complementary color
Monochromatic Colors of #D28862
Black with #D28862
Text Example
Text Example
White with #D28862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28862; }
p { color: rgb(210,136,98); }
H1.HeaderClassName
{
color: #D28862;
}
.AnyTagClassName
{
color: #D28862;
}
</style>
background-color css
<style>
a { background-color: #D28862; }
a { background-color: rgb(210,136,98); }
div.DivClassName
{
background-color: #D28862;
}
.BgClassName
{
background-color: #D28862;
}
</style>
border-color css
<style>
span { border-color: #D28862; }
span { border-color: rgb(210,136,98); }
td.TdClassName
{
border-color: #D28862;
}
.TagClassName
{
border-color: #D28862;
}
</style>