Shades of Burning Sand #D67964
Tints of Burning Sand #D67964
RGB
CMYK
RGB Variations
Color information
#D67964 (or 0xD67964) is known color: Burning Sand. HEX triplet: D6, 79 and 64. RGB value is (214,121,100). Sum of RGB (Red+Green+Blue) = 214+121+100=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D67964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67964 is #29869B. Grayscale: #929292. Windows color (decimal): -2721436 or 6584790. OLE color: 6584790.
HSL color Cylindrical-coordinate representation of color #D67964: hue angle of 11.05º 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 #D67964 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 100 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.16 |
| HSL | 11.05º | 0.58% | 0.62% | - |
| HSV(B) | 11.05º | 0.53% | 0.84% | - |
| XYZ | 36.87 | 28.89 | 15.69 | - |
| YUV | 146.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 100 | 0 | 0.43 | 0.53 | 0.16 | 11.05 | 0.58 | 0.62 |
| Hex | D6 | 79 | 64 | 0 | 2B | 35 | 10 | B | 3A | 3E |
| Octal | 326 | 171 | 144 | 0 | 53 | 65 | 20 | 13 | 72 | 76 |
| Binary | 11010110 | 1111001 | 1100100 | 0 | 101011 | 110101 | 10000 | 1011 | 111010 | 111110 |
Color Harmonies of #D67964
Complementary color
Monochromatic Colors of #D67964
Black with #D67964
Text Example
Text Example
White with #D67964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67964; }
p { color: rgb(214,121,100); }
H1.HeaderClassName
{
color: #D67964;
}
.AnyTagClassName
{
color: #D67964;
}
</style>
background-color css
<style>
a { background-color: #D67964; }
a { background-color: rgb(214,121,100); }
div.DivClassName
{
background-color: #D67964;
}
.BgClassName
{
background-color: #D67964;
}
</style>
border-color css
<style>
span { border-color: #D67964; }
span { border-color: rgb(214,121,100); }
td.TdClassName
{
border-color: #D67964;
}
.TagClassName
{
border-color: #D67964;
}
</style>