Shades of Burning Sand #D68457
Tints of Burning Sand #D68457
RGB
CMYK
RGB Variations
Color information
#D68457 (or 0xD68457) is known color: Burning Sand. HEX triplet: D6, 84 and 57. RGB value is (214,132,87). Sum of RGB (Red+Green+Blue) = 214+132+87=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68457 is #297BA8. Grayscale: #979797. Windows color (decimal): -2718633 or 5735638. OLE color: 5735638.
HSL color Cylindrical-coordinate representation of color #D68457: hue angle of 21.26º 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 #D68457 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 87 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.16 |
| HSL | 21.26º | 0.61% | 0.59% | - |
| HSV(B) | 21.26º | 0.59% | 0.84% | - |
| XYZ | 37.7 | 31.49 | 13.11 | - |
| YUV | 151.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 87 | 0 | 0.38 | 0.59 | 0.16 | 21.26 | 0.61 | 0.59 |
| Hex | D6 | 84 | 57 | 0 | 26 | 3B | 10 | 15 | 3D | 3B |
| Octal | 326 | 204 | 127 | 0 | 46 | 73 | 20 | 25 | 75 | 73 |
| Binary | 11010110 | 10000100 | 1010111 | 0 | 100110 | 111011 | 10000 | 10101 | 111101 | 111011 |
Color Harmonies of #D68457
Complementary color
Monochromatic Colors of #D68457
Black with #D68457
Text Example
Text Example
White with #D68457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68457; }
p { color: rgb(214,132,87); }
H1.HeaderClassName
{
color: #D68457;
}
.AnyTagClassName
{
color: #D68457;
}
</style>
background-color css
<style>
a { background-color: #D68457; }
a { background-color: rgb(214,132,87); }
div.DivClassName
{
background-color: #D68457;
}
.BgClassName
{
background-color: #D68457;
}
</style>
border-color css
<style>
span { border-color: #D68457; }
span { border-color: rgb(214,132,87); }
td.TdClassName
{
border-color: #D68457;
}
.TagClassName
{
border-color: #D68457;
}
</style>