Shades of Burning Sand #D07A60
Tints of Burning Sand #D07A60
RGB
CMYK
RGB Variations
Color information
#D07A60 (or 0xD07A60) is known color: Burning Sand. HEX triplet: D0, 7A and 60. RGB value is (208,122,96). Sum of RGB (Red+Green+Blue) = 208+122+96=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A60 is #2F859F. Grayscale: #909090. Windows color (decimal): -3114400 or 6322896. OLE color: 6322896.
HSL color Cylindrical-coordinate representation of color #D07A60: hue angle of 13.93º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D07A60 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 96 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.18 |
| HSL | 13.93º | 0.54% | 0.6% | - |
| HSV(B) | 13.93º | 0.54% | 0.82% | - |
| XYZ | 35.08 | 28.17 | 14.66 | - |
| YUV | 144.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 96 | 0 | 0.41 | 0.54 | 0.18 | 13.93 | 0.54 | 0.6 |
| Hex | D0 | 7A | 60 | 0 | 29 | 36 | 12 | E | 36 | 3C |
| Octal | 320 | 172 | 140 | 0 | 51 | 66 | 22 | 16 | 66 | 74 |
| Binary | 11010000 | 1111010 | 1100000 | 0 | 101001 | 110110 | 10010 | 1110 | 110110 | 111100 |
Color Harmonies of #D07A60
Complementary color
Monochromatic Colors of #D07A60
Black with #D07A60
Text Example
Text Example
White with #D07A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A60; }
p { color: rgb(208,122,96); }
H1.HeaderClassName
{
color: #D07A60;
}
.AnyTagClassName
{
color: #D07A60;
}
</style>
background-color css
<style>
a { background-color: #D07A60; }
a { background-color: rgb(208,122,96); }
div.DivClassName
{
background-color: #D07A60;
}
.BgClassName
{
background-color: #D07A60;
}
</style>
border-color css
<style>
span { border-color: #D07A60; }
span { border-color: rgb(208,122,96); }
td.TdClassName
{
border-color: #D07A60;
}
.TagClassName
{
border-color: #D07A60;
}
</style>