Shades of Burning Sand #D07A66
Tints of Burning Sand #D07A66
RGB
CMYK
RGB Variations
Color information
#D07A66 (or 0xD07A66) is known color: Burning Sand. HEX triplet: D0, 7A and 66. RGB value is (208,122,102). Sum of RGB (Red+Green+Blue) = 208+122+102=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A66 is #2F8599. Grayscale: #919191. Windows color (decimal): -3114394 or 6716112. OLE color: 6716112.
HSL color Cylindrical-coordinate representation of color #D07A66: hue angle of 11.32º 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 #D07A66 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 102 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.18 |
| HSL | 11.32º | 0.53% | 0.61% | - |
| HSV(B) | 11.32º | 0.51% | 0.82% | - |
| XYZ | 35.37 | 28.29 | 16.17 | - |
| YUV | 145.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 102 | 0 | 0.41 | 0.51 | 0.18 | 11.32 | 0.53 | 0.61 |
| Hex | D0 | 7A | 66 | 0 | 29 | 33 | 12 | B | 35 | 3D |
| Octal | 320 | 172 | 146 | 0 | 51 | 63 | 22 | 13 | 65 | 75 |
| Binary | 11010000 | 1111010 | 1100110 | 0 | 101001 | 110011 | 10010 | 1011 | 110101 | 111101 |
Color Harmonies of #D07A66
Complementary color
Monochromatic Colors of #D07A66
Black with #D07A66
Text Example
Text Example
White with #D07A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A66; }
p { color: rgb(208,122,102); }
H1.HeaderClassName
{
color: #D07A66;
}
.AnyTagClassName
{
color: #D07A66;
}
</style>
background-color css
<style>
a { background-color: #D07A66; }
a { background-color: rgb(208,122,102); }
div.DivClassName
{
background-color: #D07A66;
}
.BgClassName
{
background-color: #D07A66;
}
</style>
border-color css
<style>
span { border-color: #D07A66; }
span { border-color: rgb(208,122,102); }
td.TdClassName
{
border-color: #D07A66;
}
.TagClassName
{
border-color: #D07A66;
}
</style>