Shades of Burning Sand #D68057
Tints of Burning Sand #D68057
RGB
CMYK
RGB Variations
Color information
#D68057 (or 0xD68057) is known color: Burning Sand. HEX triplet: D6, 80 and 57. RGB value is (214,128,87). Sum of RGB (Red+Green+Blue) = 214+128+87=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68057 is #297FA8. Grayscale: #959595. Windows color (decimal): -2719657 or 5734614. OLE color: 5734614.
HSL color Cylindrical-coordinate representation of color #D68057: hue angle of 19.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D68057 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 87 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.16 |
| HSL | 19.37º | 0.61% | 0.59% | - |
| HSV(B) | 19.37º | 0.59% | 0.84% | - |
| XYZ | 37.17 | 30.42 | 12.93 | - |
| YUV | 149.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 87 | 0 | 0.40 | 0.59 | 0.16 | 19.37 | 0.61 | 0.59 |
| Hex | D6 | 80 | 57 | 0 | 28 | 3B | 10 | 13 | 3D | 3B |
| Octal | 326 | 200 | 127 | 0 | 50 | 73 | 20 | 23 | 75 | 73 |
| Binary | 11010110 | 10000000 | 1010111 | 0 | 101000 | 111011 | 10000 | 10011 | 111101 | 111011 |
Color Harmonies of #D68057
Complementary color
Monochromatic Colors of #D68057
Black with #D68057
Text Example
Text Example
White with #D68057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68057; }
p { color: rgb(214,128,87); }
H1.HeaderClassName
{
color: #D68057;
}
.AnyTagClassName
{
color: #D68057;
}
</style>
background-color css
<style>
a { background-color: #D68057; }
a { background-color: rgb(214,128,87); }
div.DivClassName
{
background-color: #D68057;
}
.BgClassName
{
background-color: #D68057;
}
</style>
border-color css
<style>
span { border-color: #D68057; }
span { border-color: rgb(214,128,87); }
td.TdClassName
{
border-color: #D68057;
}
.TagClassName
{
border-color: #D68057;
}
</style>