Shades of Burning Sand #D68356
Tints of Burning Sand #D68356
RGB
CMYK
RGB Variations
Color information
#D68356 (or 0xD68356) is known color: Burning Sand. HEX triplet: D6, 83 and 56. RGB value is (214,131,86). Sum of RGB (Red+Green+Blue) = 214+131+86=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68356 is #297CA9. Grayscale: #969696. Windows color (decimal): -2718890 or 5669846. OLE color: 5669846.
HSL color Cylindrical-coordinate representation of color #D68356: hue angle of 21.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68356 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 86 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.16 |
| HSL | 21.09º | 0.61% | 0.59% | - |
| HSV(B) | 21.09º | 0.6% | 0.84% | - |
| XYZ | 37.53 | 31.2 | 12.85 | - |
| YUV | 150.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 86 | 0 | 0.39 | 0.60 | 0.16 | 21.09 | 0.61 | 0.59 |
| Hex | D6 | 83 | 56 | 0 | 27 | 3C | 10 | 15 | 3D | 3B |
| Octal | 326 | 203 | 126 | 0 | 47 | 74 | 20 | 25 | 75 | 73 |
| Binary | 11010110 | 10000011 | 1010110 | 0 | 100111 | 111100 | 10000 | 10101 | 111101 | 111011 |
Color Harmonies of #D68356
Complementary color
Monochromatic Colors of #D68356
Black with #D68356
Text Example
Text Example
White with #D68356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68356; }
p { color: rgb(214,131,86); }
H1.HeaderClassName
{
color: #D68356;
}
.AnyTagClassName
{
color: #D68356;
}
</style>
background-color css
<style>
a { background-color: #D68356; }
a { background-color: rgb(214,131,86); }
div.DivClassName
{
background-color: #D68356;
}
.BgClassName
{
background-color: #D68356;
}
</style>
border-color css
<style>
span { border-color: #D68356; }
span { border-color: rgb(214,131,86); }
td.TdClassName
{
border-color: #D68356;
}
.TagClassName
{
border-color: #D68356;
}
</style>