Shades of Burning Sand #D68760
Tints of Burning Sand #D68760
RGB
CMYK
RGB Variations
Color information
#D68760 (or 0xD68760) is known color: Burning Sand. HEX triplet: D6, 87 and 60. RGB value is (214,135,96). Sum of RGB (Red+Green+Blue) = 214+135+96=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68760 is #29789F. Grayscale: #9A9A9A. Windows color (decimal): -2717856 or 6326230. OLE color: 6326230.
HSL color Cylindrical-coordinate representation of color #D68760: hue angle of 19.83º 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 #D68760 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 96 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.16 |
| HSL | 19.83º | 0.59% | 0.61% | - |
| HSV(B) | 19.83º | 0.55% | 0.84% | - |
| XYZ | 38.51 | 32.47 | 15.3 | - |
| YUV | 154.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 96 | 0 | 0.37 | 0.55 | 0.16 | 19.83 | 0.59 | 0.61 |
| Hex | D6 | 87 | 60 | 0 | 25 | 37 | 10 | 14 | 3B | 3D |
| Octal | 326 | 207 | 140 | 0 | 45 | 67 | 20 | 24 | 73 | 75 |
| Binary | 11010110 | 10000111 | 1100000 | 0 | 100101 | 110111 | 10000 | 10100 | 111011 | 111101 |
Color Harmonies of #D68760
Complementary color
Monochromatic Colors of #D68760
Black with #D68760
Text Example
Text Example
White with #D68760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68760; }
p { color: rgb(214,135,96); }
H1.HeaderClassName
{
color: #D68760;
}
.AnyTagClassName
{
color: #D68760;
}
</style>
background-color css
<style>
a { background-color: #D68760; }
a { background-color: rgb(214,135,96); }
div.DivClassName
{
background-color: #D68760;
}
.BgClassName
{
background-color: #D68760;
}
</style>
border-color css
<style>
span { border-color: #D68760; }
span { border-color: rgb(214,135,96); }
td.TdClassName
{
border-color: #D68760;
}
.TagClassName
{
border-color: #D68760;
}
</style>