Shades of Burning Sand #D78269
Tints of Burning Sand #D78269
RGB
CMYK
RGB Variations
Color information
#D78269 (or 0xD78269) is known color: Burning Sand. HEX triplet: D7, 82 and 69. RGB value is (215,130,105). Sum of RGB (Red+Green+Blue) = 215+130+105=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D78269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78269 is #287D96. Grayscale: #989898. Windows color (decimal): -2653591 or 6914775. OLE color: 6914775.
HSL color Cylindrical-coordinate representation of color #D78269: hue angle of 13.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D78269 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 105 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.16 |
| HSL | 13.64º | 0.58% | 0.63% | - |
| HSV(B) | 13.64º | 0.51% | 0.84% | - |
| XYZ | 38.56 | 31.43 | 17.4 | - |
| YUV | 152.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 105 | 0 | 0.40 | 0.51 | 0.16 | 13.64 | 0.58 | 0.63 |
| Hex | D7 | 82 | 69 | 0 | 28 | 33 | 10 | E | 3A | 3F |
| Octal | 327 | 202 | 151 | 0 | 50 | 63 | 20 | 16 | 72 | 77 |
| Binary | 11010111 | 10000010 | 1101001 | 0 | 101000 | 110011 | 10000 | 1110 | 111010 | 111111 |
Color Harmonies of #D78269
Complementary color
Monochromatic Colors of #D78269
Black with #D78269
Text Example
Text Example
White with #D78269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78269; }
p { color: rgb(215,130,105); }
H1.HeaderClassName
{
color: #D78269;
}
.AnyTagClassName
{
color: #D78269;
}
</style>
background-color css
<style>
a { background-color: #D78269; }
a { background-color: rgb(215,130,105); }
div.DivClassName
{
background-color: #D78269;
}
.BgClassName
{
background-color: #D78269;
}
</style>
border-color css
<style>
span { border-color: #D78269; }
span { border-color: rgb(215,130,105); }
td.TdClassName
{
border-color: #D78269;
}
.TagClassName
{
border-color: #D78269;
}
</style>