Shades of Burning Sand #D88264
Tints of Burning Sand #D88264
RGB
CMYK
RGB Variations
Color information
#D88264 (or 0xD88264) is known color: Burning Sand. HEX triplet: D8, 82 and 64. RGB value is (216,130,100). Sum of RGB (Red+Green+Blue) = 216+130+100=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D88264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88264 is #277D9B. Grayscale: #989898. Windows color (decimal): -2588060 or 6587096. OLE color: 6587096.
HSL color Cylindrical-coordinate representation of color #D88264: hue angle of 15.52º 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 #D88264 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 100 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.15 |
| HSL | 15.52º | 0.6% | 0.62% | - |
| HSV(B) | 15.52º | 0.54% | 0.85% | - |
| XYZ | 38.6 | 31.48 | 16.1 | - |
| YUV | 152.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 100 | 0 | 0.40 | 0.54 | 0.15 | 15.52 | 0.6 | 0.62 |
| Hex | D8 | 82 | 64 | 0 | 28 | 36 | F | 10 | 3C | 3E |
| Octal | 330 | 202 | 144 | 0 | 50 | 66 | 17 | 20 | 74 | 76 |
| Binary | 11011000 | 10000010 | 1100100 | 0 | 101000 | 110110 | 1111 | 10000 | 111100 | 111110 |
Color Harmonies of #D88264
Complementary color
Monochromatic Colors of #D88264
Black with #D88264
Text Example
Text Example
White with #D88264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88264; }
p { color: rgb(216,130,100); }
H1.HeaderClassName
{
color: #D88264;
}
.AnyTagClassName
{
color: #D88264;
}
</style>
background-color css
<style>
a { background-color: #D88264; }
a { background-color: rgb(216,130,100); }
div.DivClassName
{
background-color: #D88264;
}
.BgClassName
{
background-color: #D88264;
}
</style>
border-color css
<style>
span { border-color: #D88264; }
span { border-color: rgb(216,130,100); }
td.TdClassName
{
border-color: #D88264;
}
.TagClassName
{
border-color: #D88264;
}
</style>