Shades of Burning Sand #D68060
Tints of Burning Sand #D68060
RGB
CMYK
RGB Variations
Color information
#D68060 (or 0xD68060) is known color: Burning Sand. HEX triplet: D6, 80 and 60. RGB value is (214,128,96). Sum of RGB (Red+Green+Blue) = 214+128+96=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68060 is #297F9F. Grayscale: #969696. Windows color (decimal): -2719648 or 6324438. OLE color: 6324438.
HSL color Cylindrical-coordinate representation of color #D68060: hue angle of 16.27º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D68060 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 96 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.16 |
| HSL | 16.27º | 0.59% | 0.61% | - |
| HSV(B) | 16.27º | 0.55% | 0.84% | - |
| XYZ | 37.56 | 30.58 | 14.99 | - |
| YUV | 150.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 96 | 0 | 0.40 | 0.55 | 0.16 | 16.27 | 0.59 | 0.61 |
| Hex | D6 | 80 | 60 | 0 | 28 | 37 | 10 | 10 | 3B | 3D |
| Octal | 326 | 200 | 140 | 0 | 50 | 67 | 20 | 20 | 73 | 75 |
| Binary | 11010110 | 10000000 | 1100000 | 0 | 101000 | 110111 | 10000 | 10000 | 111011 | 111101 |
Color Harmonies of #D68060
Complementary color
Monochromatic Colors of #D68060
Black with #D68060
Text Example
Text Example
White with #D68060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68060; }
p { color: rgb(214,128,96); }
H1.HeaderClassName
{
color: #D68060;
}
.AnyTagClassName
{
color: #D68060;
}
</style>
background-color css
<style>
a { background-color: #D68060; }
a { background-color: rgb(214,128,96); }
div.DivClassName
{
background-color: #D68060;
}
.BgClassName
{
background-color: #D68060;
}
</style>
border-color css
<style>
span { border-color: #D68060; }
span { border-color: rgb(214,128,96); }
td.TdClassName
{
border-color: #D68060;
}
.TagClassName
{
border-color: #D68060;
}
</style>