Shades of Burning Sand #D68560
Tints of Burning Sand #D68560
RGB
CMYK
RGB Variations
Color information
#D68560 (or 0xD68560) is known color: Burning Sand. HEX triplet: D6, 85 and 60. RGB value is (214,133,96). Sum of RGB (Red+Green+Blue) = 214+133+96=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68560 is #297A9F. Grayscale: #999999. Windows color (decimal): -2718368 or 6325718. OLE color: 6325718.
HSL color Cylindrical-coordinate representation of color #D68560: hue angle of 18.81º 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 #D68560 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 96 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.16 |
| HSL | 18.81º | 0.59% | 0.61% | - |
| HSV(B) | 18.81º | 0.55% | 0.84% | - |
| XYZ | 38.23 | 31.92 | 15.21 | - |
| YUV | 153 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 96 | 0 | 0.38 | 0.55 | 0.16 | 18.81 | 0.59 | 0.61 |
| Hex | D6 | 85 | 60 | 0 | 26 | 37 | 10 | 13 | 3B | 3D |
| Octal | 326 | 205 | 140 | 0 | 46 | 67 | 20 | 23 | 73 | 75 |
| Binary | 11010110 | 10000101 | 1100000 | 0 | 100110 | 110111 | 10000 | 10011 | 111011 | 111101 |
Color Harmonies of #D68560
Complementary color
Monochromatic Colors of #D68560
Black with #D68560
Text Example
Text Example
White with #D68560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68560; }
p { color: rgb(214,133,96); }
H1.HeaderClassName
{
color: #D68560;
}
.AnyTagClassName
{
color: #D68560;
}
</style>
background-color css
<style>
a { background-color: #D68560; }
a { background-color: rgb(214,133,96); }
div.DivClassName
{
background-color: #D68560;
}
.BgClassName
{
background-color: #D68560;
}
</style>
border-color css
<style>
span { border-color: #D68560; }
span { border-color: rgb(214,133,96); }
td.TdClassName
{
border-color: #D68560;
}
.TagClassName
{
border-color: #D68560;
}
</style>