Shades of Burning Sand #D98263
Tints of Burning Sand #D98263
RGB
CMYK
RGB Variations
Color information
#D98263 (or 0xD98263) is known color: Burning Sand. HEX triplet: D9, 82 and 63. RGB value is (217,130,99). Sum of RGB (Red+Green+Blue) = 217+130+99=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D98263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98263 is #267D9C. Grayscale: #989898. Windows color (decimal): -2522525 or 6521561. OLE color: 6521561.
HSL color Cylindrical-coordinate representation of color #D98263: hue angle of 15.76º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D98263 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 99 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.15 |
| HSL | 15.76º | 0.61% | 0.62% | - |
| HSV(B) | 15.76º | 0.54% | 0.85% | - |
| XYZ | 38.85 | 31.62 | 15.86 | - |
| YUV | 152.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 99 | 0 | 0.40 | 0.54 | 0.15 | 15.76 | 0.61 | 0.62 |
| Hex | D9 | 82 | 63 | 0 | 28 | 36 | F | 10 | 3D | 3E |
| Octal | 331 | 202 | 143 | 0 | 50 | 66 | 17 | 20 | 75 | 76 |
| Binary | 11011001 | 10000010 | 1100011 | 0 | 101000 | 110110 | 1111 | 10000 | 111101 | 111110 |
Color Harmonies of #D98263
Complementary color
Monochromatic Colors of #D98263
Black with #D98263
Text Example
Text Example
White with #D98263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98263; }
p { color: rgb(217,130,99); }
H1.HeaderClassName
{
color: #D98263;
}
.AnyTagClassName
{
color: #D98263;
}
</style>
background-color css
<style>
a { background-color: #D98263; }
a { background-color: rgb(217,130,99); }
div.DivClassName
{
background-color: #D98263;
}
.BgClassName
{
background-color: #D98263;
}
</style>
border-color css
<style>
span { border-color: #D98263; }
span { border-color: rgb(217,130,99); }
td.TdClassName
{
border-color: #D98263;
}
.TagClassName
{
border-color: #D98263;
}
</style>