Shades of Burning Sand #D07A63
Tints of Burning Sand #D07A63
RGB
CMYK
RGB Variations
Color information
#D07A63 (or 0xD07A63) is known color: Burning Sand. HEX triplet: D0, 7A and 63. RGB value is (208,122,99). Sum of RGB (Red+Green+Blue) = 208+122+99=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A63 is #2F859C. Grayscale: #919191. Windows color (decimal): -3114397 or 6519504. OLE color: 6519504.
HSL color Cylindrical-coordinate representation of color #D07A63: hue angle of 12.66º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07A63 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 99 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.18 |
| HSL | 12.66º | 0.54% | 0.6% | - |
| HSV(B) | 12.66º | 0.52% | 0.82% | - |
| XYZ | 35.22 | 28.23 | 15.4 | - |
| YUV | 145.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 99 | 0 | 0.41 | 0.52 | 0.18 | 12.66 | 0.54 | 0.6 |
| Hex | D0 | 7A | 63 | 0 | 29 | 34 | 12 | D | 36 | 3C |
| Octal | 320 | 172 | 143 | 0 | 51 | 64 | 22 | 15 | 66 | 74 |
| Binary | 11010000 | 1111010 | 1100011 | 0 | 101001 | 110100 | 10010 | 1101 | 110110 | 111100 |
Color Harmonies of #D07A63
Complementary color
Monochromatic Colors of #D07A63
Black with #D07A63
Text Example
Text Example
White with #D07A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A63; }
p { color: rgb(208,122,99); }
H1.HeaderClassName
{
color: #D07A63;
}
.AnyTagClassName
{
color: #D07A63;
}
</style>
background-color css
<style>
a { background-color: #D07A63; }
a { background-color: rgb(208,122,99); }
div.DivClassName
{
background-color: #D07A63;
}
.BgClassName
{
background-color: #D07A63;
}
</style>
border-color css
<style>
span { border-color: #D07A63; }
span { border-color: rgb(208,122,99); }
td.TdClassName
{
border-color: #D07A63;
}
.TagClassName
{
border-color: #D07A63;
}
</style>