Shades of Burning Sand #D68160
Tints of Burning Sand #D68160
RGB
CMYK
RGB Variations
Color information
#D68160 (or 0xD68160) is known color: Burning Sand. HEX triplet: D6, 81 and 60. RGB value is (214,129,96). Sum of RGB (Red+Green+Blue) = 214+129+96=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68160 is #297E9F. Grayscale: #969696. Windows color (decimal): -2719392 or 6324694. OLE color: 6324694.
HSL color Cylindrical-coordinate representation of color #D68160: hue angle of 16.78º 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 #D68160 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 96 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.16 |
| HSL | 16.78º | 0.59% | 0.61% | - |
| HSV(B) | 16.78º | 0.55% | 0.84% | - |
| XYZ | 37.69 | 30.84 | 15.03 | - |
| YUV | 150.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 96 | 0 | 0.40 | 0.55 | 0.16 | 16.78 | 0.59 | 0.61 |
| Hex | D6 | 81 | 60 | 0 | 28 | 37 | 10 | 11 | 3B | 3D |
| Octal | 326 | 201 | 140 | 0 | 50 | 67 | 20 | 21 | 73 | 75 |
| Binary | 11010110 | 10000001 | 1100000 | 0 | 101000 | 110111 | 10000 | 10001 | 111011 | 111101 |
Color Harmonies of #D68160
Complementary color
Monochromatic Colors of #D68160
Black with #D68160
Text Example
Text Example
White with #D68160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68160; }
p { color: rgb(214,129,96); }
H1.HeaderClassName
{
color: #D68160;
}
.AnyTagClassName
{
color: #D68160;
}
</style>
background-color css
<style>
a { background-color: #D68160; }
a { background-color: rgb(214,129,96); }
div.DivClassName
{
background-color: #D68160;
}
.BgClassName
{
background-color: #D68160;
}
</style>
border-color css
<style>
span { border-color: #D68160; }
span { border-color: rgb(214,129,96); }
td.TdClassName
{
border-color: #D68160;
}
.TagClassName
{
border-color: #D68160;
}
</style>