Shades of Burning Sand #D98063
Tints of Burning Sand #D98063
RGB
CMYK
RGB Variations
Color information
#D98063 (or 0xD98063) is known color: Burning Sand. HEX triplet: D9, 80 and 63. RGB value is (217,128,99). Sum of RGB (Red+Green+Blue) = 217+128+99=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D98063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98063 is #267F9C. Grayscale: #979797. Windows color (decimal): -2523037 or 6521049. OLE color: 6521049.
HSL color Cylindrical-coordinate representation of color #D98063: hue angle of 14.75º 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 #D98063 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 99 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.15 |
| HSL | 14.75º | 0.61% | 0.62% | - |
| HSV(B) | 14.75º | 0.54% | 0.85% | - |
| XYZ | 38.59 | 31.09 | 15.77 | - |
| YUV | 151.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 99 | 0 | 0.41 | 0.54 | 0.15 | 14.75 | 0.61 | 0.62 |
| Hex | D9 | 80 | 63 | 0 | 29 | 36 | F | F | 3D | 3E |
| Octal | 331 | 200 | 143 | 0 | 51 | 66 | 17 | 17 | 75 | 76 |
| Binary | 11011001 | 10000000 | 1100011 | 0 | 101001 | 110110 | 1111 | 1111 | 111101 | 111110 |
Color Harmonies of #D98063
Complementary color
Monochromatic Colors of #D98063
Black with #D98063
Text Example
Text Example
White with #D98063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98063; }
p { color: rgb(217,128,99); }
H1.HeaderClassName
{
color: #D98063;
}
.AnyTagClassName
{
color: #D98063;
}
</style>
background-color css
<style>
a { background-color: #D98063; }
a { background-color: rgb(217,128,99); }
div.DivClassName
{
background-color: #D98063;
}
.BgClassName
{
background-color: #D98063;
}
</style>
border-color css
<style>
span { border-color: #D98063; }
span { border-color: rgb(217,128,99); }
td.TdClassName
{
border-color: #D98063;
}
.TagClassName
{
border-color: #D98063;
}
</style>