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