Shades of Burning Sand #D68462
Tints of Burning Sand #D68462
RGB
CMYK
RGB Variations
Color information
#D68462 (or 0xD68462) is known color: Burning Sand. HEX triplet: D6, 84 and 62. RGB value is (214,132,98). Sum of RGB (Red+Green+Blue) = 214+132+98=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68462 is #297B9D. Grayscale: #989898. Windows color (decimal): -2718622 or 6456534. OLE color: 6456534.
HSL color Cylindrical-coordinate representation of color #D68462: hue angle of 17.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68462 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 98 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.16 |
| HSL | 17.59º | 0.59% | 0.61% | - |
| HSV(B) | 17.59º | 0.54% | 0.84% | - |
| XYZ | 38.19 | 31.68 | 15.66 | - |
| YUV | 152.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 98 | 0 | 0.38 | 0.54 | 0.16 | 17.59 | 0.59 | 0.61 |
| Hex | D6 | 84 | 62 | 0 | 26 | 36 | 10 | 12 | 3B | 3D |
| Octal | 326 | 204 | 142 | 0 | 46 | 66 | 20 | 22 | 73 | 75 |
| Binary | 11010110 | 10000100 | 1100010 | 0 | 100110 | 110110 | 10000 | 10010 | 111011 | 111101 |
Color Harmonies of #D68462
Complementary color
Monochromatic Colors of #D68462
Black with #D68462
Text Example
Text Example
White with #D68462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68462; }
p { color: rgb(214,132,98); }
H1.HeaderClassName
{
color: #D68462;
}
.AnyTagClassName
{
color: #D68462;
}
</style>
background-color css
<style>
a { background-color: #D68462; }
a { background-color: rgb(214,132,98); }
div.DivClassName
{
background-color: #D68462;
}
.BgClassName
{
background-color: #D68462;
}
</style>
border-color css
<style>
span { border-color: #D68462; }
span { border-color: rgb(214,132,98); }
td.TdClassName
{
border-color: #D68462;
}
.TagClassName
{
border-color: #D68462;
}
</style>