Shades of Burning Sand #D68256
Tints of Burning Sand #D68256
RGB
CMYK
RGB Variations
Color information
#D68256 (or 0xD68256) is known color: Burning Sand. HEX triplet: D6, 82 and 56. RGB value is (214,130,86). Sum of RGB (Red+Green+Blue) = 214+130+86=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D68256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68256 is #297DA9. Grayscale: #969696. Windows color (decimal): -2719146 or 5669590. OLE color: 5669590.
HSL color Cylindrical-coordinate representation of color #D68256: hue angle of 20.62º 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 #D68256 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 86 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.16 |
| HSL | 20.63º | 0.61% | 0.59% | - |
| HSV(B) | 20.63º | 0.6% | 0.84% | - |
| XYZ | 37.39 | 30.93 | 12.8 | - |
| YUV | 150.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 86 | 0 | 0.39 | 0.60 | 0.16 | 20.63 | 0.61 | 0.59 |
| Hex | D6 | 82 | 56 | 0 | 27 | 3C | 10 | 15 | 3D | 3B |
| Octal | 326 | 202 | 126 | 0 | 47 | 74 | 20 | 25 | 75 | 73 |
| Binary | 11010110 | 10000010 | 1010110 | 0 | 100111 | 111100 | 10000 | 10101 | 111101 | 111011 |
Color Harmonies of #D68256
Complementary color
Monochromatic Colors of #D68256
Black with #D68256
Text Example
Text Example
White with #D68256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68256; }
p { color: rgb(214,130,86); }
H1.HeaderClassName
{
color: #D68256;
}
.AnyTagClassName
{
color: #D68256;
}
</style>
background-color css
<style>
a { background-color: #D68256; }
a { background-color: rgb(214,130,86); }
div.DivClassName
{
background-color: #D68256;
}
.BgClassName
{
background-color: #D68256;
}
</style>
border-color css
<style>
span { border-color: #D68256; }
span { border-color: rgb(214,130,86); }
td.TdClassName
{
border-color: #D68256;
}
.TagClassName
{
border-color: #D68256;
}
</style>