Shades of Burning Sand #D07966
Tints of Burning Sand #D07966
RGB
CMYK
RGB Variations
Color information
#D07966 (or 0xD07966) is known color: Burning Sand. HEX triplet: D0, 79 and 66. RGB value is (208,121,102). Sum of RGB (Red+Green+Blue) = 208+121+102=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D07966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07966 is #2F8699. Grayscale: #919191. Windows color (decimal): -3114650 or 6715856. OLE color: 6715856.
HSL color Cylindrical-coordinate representation of color #D07966: hue angle of 10.75º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07966 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 102 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.18 |
| HSL | 10.75º | 0.53% | 0.61% | - |
| HSV(B) | 10.75º | 0.51% | 0.82% | - |
| XYZ | 35.25 | 28.04 | 16.13 | - |
| YUV | 144.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 102 | 0 | 0.42 | 0.51 | 0.18 | 10.75 | 0.53 | 0.61 |
| Hex | D0 | 79 | 66 | 0 | 2A | 33 | 12 | B | 35 | 3D |
| Octal | 320 | 171 | 146 | 0 | 52 | 63 | 22 | 13 | 65 | 75 |
| Binary | 11010000 | 1111001 | 1100110 | 0 | 101010 | 110011 | 10010 | 1011 | 110101 | 111101 |
Color Harmonies of #D07966
Complementary color
Monochromatic Colors of #D07966
Black with #D07966
Text Example
Text Example
White with #D07966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07966; }
p { color: rgb(208,121,102); }
H1.HeaderClassName
{
color: #D07966;
}
.AnyTagClassName
{
color: #D07966;
}
</style>
background-color css
<style>
a { background-color: #D07966; }
a { background-color: rgb(208,121,102); }
div.DivClassName
{
background-color: #D07966;
}
.BgClassName
{
background-color: #D07966;
}
</style>
border-color css
<style>
span { border-color: #D07966; }
span { border-color: rgb(208,121,102); }
td.TdClassName
{
border-color: #D07966;
}
.TagClassName
{
border-color: #D07966;
}
</style>