Shades of Burning Sand #D68458
Tints of Burning Sand #D68458
RGB
CMYK
RGB Variations
Color information
#D68458 (or 0xD68458) is known color: Burning Sand. HEX triplet: D6, 84 and 58. RGB value is (214,132,88). Sum of RGB (Red+Green+Blue) = 214+132+88=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68458 is #297BA7. Grayscale: #979797. Windows color (decimal): -2718632 or 5801174. OLE color: 5801174.
HSL color Cylindrical-coordinate representation of color #D68458: hue angle of 20.95º 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 #D68458 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 88 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.16 |
| HSL | 20.95º | 0.61% | 0.59% | - |
| HSV(B) | 20.95º | 0.59% | 0.84% | - |
| XYZ | 37.74 | 31.5 | 13.32 | - |
| YUV | 151.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 88 | 0 | 0.38 | 0.59 | 0.16 | 20.95 | 0.61 | 0.59 |
| Hex | D6 | 84 | 58 | 0 | 26 | 3B | 10 | 15 | 3D | 3B |
| Octal | 326 | 204 | 130 | 0 | 46 | 73 | 20 | 25 | 75 | 73 |
| Binary | 11010110 | 10000100 | 1011000 | 0 | 100110 | 111011 | 10000 | 10101 | 111101 | 111011 |
Color Harmonies of #D68458
Complementary color
Monochromatic Colors of #D68458
Black with #D68458
Text Example
Text Example
White with #D68458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68458; }
p { color: rgb(214,132,88); }
H1.HeaderClassName
{
color: #D68458;
}
.AnyTagClassName
{
color: #D68458;
}
</style>
background-color css
<style>
a { background-color: #D68458; }
a { background-color: rgb(214,132,88); }
div.DivClassName
{
background-color: #D68458;
}
.BgClassName
{
background-color: #D68458;
}
</style>
border-color css
<style>
span { border-color: #D68458; }
span { border-color: rgb(214,132,88); }
td.TdClassName
{
border-color: #D68458;
}
.TagClassName
{
border-color: #D68458;
}
</style>