Shades of Burning Sand #D78265
Tints of Burning Sand #D78265
RGB
CMYK
RGB Variations
Color information
#D78265 (or 0xD78265) is known color: Burning Sand. HEX triplet: D7, 82 and 65. RGB value is (215,130,101). Sum of RGB (Red+Green+Blue) = 215+130+101=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D78265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78265 is #287D9A. Grayscale: #989898. Windows color (decimal): -2653595 or 6652631. OLE color: 6652631.
HSL color Cylindrical-coordinate representation of color #D78265: hue angle of 15.26º degrees, saturation: 0.59, 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 #D78265 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 101 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.16 |
| HSL | 15.26º | 0.59% | 0.62% | - |
| HSV(B) | 15.26º | 0.53% | 0.84% | - |
| XYZ | 38.36 | 31.35 | 16.34 | - |
| YUV | 152.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 101 | 0 | 0.40 | 0.53 | 0.16 | 15.26 | 0.59 | 0.62 |
| Hex | D7 | 82 | 65 | 0 | 28 | 35 | 10 | F | 3B | 3E |
| Octal | 327 | 202 | 145 | 0 | 50 | 65 | 20 | 17 | 73 | 76 |
| Binary | 11010111 | 10000010 | 1100101 | 0 | 101000 | 110101 | 10000 | 1111 | 111011 | 111110 |
Color Harmonies of #D78265
Complementary color
Monochromatic Colors of #D78265
Black with #D78265
Text Example
Text Example
White with #D78265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78265; }
p { color: rgb(215,130,101); }
H1.HeaderClassName
{
color: #D78265;
}
.AnyTagClassName
{
color: #D78265;
}
</style>
background-color css
<style>
a { background-color: #D78265; }
a { background-color: rgb(215,130,101); }
div.DivClassName
{
background-color: #D78265;
}
.BgClassName
{
background-color: #D78265;
}
</style>
border-color css
<style>
span { border-color: #D78265; }
span { border-color: rgb(215,130,101); }
td.TdClassName
{
border-color: #D78265;
}
.TagClassName
{
border-color: #D78265;
}
</style>