Shades of Burning Sand #D88263
Tints of Burning Sand #D88263
RGB
CMYK
RGB Variations
Color information
#D88263 (or 0xD88263) is known color: Burning Sand. HEX triplet: D8, 82 and 63. RGB value is (216,130,99). Sum of RGB (Red+Green+Blue) = 216+130+99=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D88263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88263 is #277D9C. Grayscale: #989898. Windows color (decimal): -2588061 or 6521560. OLE color: 6521560.
HSL color Cylindrical-coordinate representation of color #D88263: hue angle of 15.9º degrees, saturation: 0.6, 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 #D88263 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 99 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.15 |
| HSL | 15.9º | 0.6% | 0.62% | - |
| HSV(B) | 15.9º | 0.54% | 0.85% | - |
| XYZ | 38.55 | 31.47 | 15.85 | - |
| YUV | 152.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 99 | 0 | 0.40 | 0.54 | 0.15 | 15.9 | 0.6 | 0.62 |
| Hex | D8 | 82 | 63 | 0 | 28 | 36 | F | 10 | 3C | 3E |
| Octal | 330 | 202 | 143 | 0 | 50 | 66 | 17 | 20 | 74 | 76 |
| Binary | 11011000 | 10000010 | 1100011 | 0 | 101000 | 110110 | 1111 | 10000 | 111100 | 111110 |
Color Harmonies of #D88263
Complementary color
Monochromatic Colors of #D88263
Black with #D88263
Text Example
Text Example
White with #D88263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88263; }
p { color: rgb(216,130,99); }
H1.HeaderClassName
{
color: #D88263;
}
.AnyTagClassName
{
color: #D88263;
}
</style>
background-color css
<style>
a { background-color: #D88263; }
a { background-color: rgb(216,130,99); }
div.DivClassName
{
background-color: #D88263;
}
.BgClassName
{
background-color: #D88263;
}
</style>
border-color css
<style>
span { border-color: #D88263; }
span { border-color: rgb(216,130,99); }
td.TdClassName
{
border-color: #D88263;
}
.TagClassName
{
border-color: #D88263;
}
</style>