Shades of Burning Sand #D68264
Tints of Burning Sand #D68264
RGB
CMYK
RGB Variations
Color information
#D68264 (or 0xD68264) is known color: Burning Sand. HEX triplet: D6, 82 and 64. RGB value is (214,130,100). Sum of RGB (Red+Green+Blue) = 214+130+100=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68264 is #297D9B. Grayscale: #979797. Windows color (decimal): -2719132 or 6587094. OLE color: 6587094.
HSL color Cylindrical-coordinate representation of color #D68264: hue angle of 15.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D68264 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 100 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.16 |
| HSL | 15.79º | 0.58% | 0.62% | - |
| HSV(B) | 15.79º | 0.53% | 0.84% | - |
| XYZ | 38.01 | 31.18 | 16.07 | - |
| YUV | 151.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 100 | 0 | 0.39 | 0.53 | 0.16 | 15.79 | 0.58 | 0.62 |
| Hex | D6 | 82 | 64 | 0 | 27 | 35 | 10 | 10 | 3A | 3E |
| Octal | 326 | 202 | 144 | 0 | 47 | 65 | 20 | 20 | 72 | 76 |
| Binary | 11010110 | 10000010 | 1100100 | 0 | 100111 | 110101 | 10000 | 10000 | 111010 | 111110 |
Color Harmonies of #D68264
Complementary color
Monochromatic Colors of #D68264
Black with #D68264
Text Example
Text Example
White with #D68264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68264; }
p { color: rgb(214,130,100); }
H1.HeaderClassName
{
color: #D68264;
}
.AnyTagClassName
{
color: #D68264;
}
</style>
background-color css
<style>
a { background-color: #D68264; }
a { background-color: rgb(214,130,100); }
div.DivClassName
{
background-color: #D68264;
}
.BgClassName
{
background-color: #D68264;
}
</style>
border-color css
<style>
span { border-color: #D68264; }
span { border-color: rgb(214,130,100); }
td.TdClassName
{
border-color: #D68264;
}
.TagClassName
{
border-color: #D68264;
}
</style>