Shades of Burning Sand #D07E6D
Tints of Burning Sand #D07E6D
RGB
CMYK
RGB Variations
Color information
#D07E6D (or 0xD07E6D) is known color: Burning Sand. HEX triplet: D0, 7E and 6D. RGB value is (208,126,109). Sum of RGB (Red+Green+Blue) = 208+126+109=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6D is #2F8192. Grayscale: #949494. Windows color (decimal): -3113363 or 7175888. OLE color: 7175888.
HSL color Cylindrical-coordinate representation of color #D07E6D: hue angle of 10.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07E6D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 109 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.18 |
| HSL | 10.3º | 0.51% | 0.62% | - |
| HSV(B) | 10.3º | 0.48% | 0.82% | - |
| XYZ | 36.23 | 29.44 | 18.24 | - |
| YUV | 148.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 109 | 0 | 0.39 | 0.48 | 0.18 | 10.3 | 0.51 | 0.62 |
| Hex | D0 | 7E | 6D | 0 | 27 | 30 | 12 | A | 33 | 3E |
| Octal | 320 | 176 | 155 | 0 | 47 | 60 | 22 | 12 | 63 | 76 |
| Binary | 11010000 | 1111110 | 1101101 | 0 | 100111 | 110000 | 10010 | 1010 | 110011 | 111110 |
Color Harmonies of #D07E6D
Complementary color
Monochromatic Colors of #D07E6D
Black with #D07E6D
Text Example
Text Example
White with #D07E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E6D; }
p { color: rgb(208,126,109); }
H1.HeaderClassName
{
color: #D07E6D;
}
.AnyTagClassName
{
color: #D07E6D;
}
</style>
background-color css
<style>
a { background-color: #D07E6D; }
a { background-color: rgb(208,126,109); }
div.DivClassName
{
background-color: #D07E6D;
}
.BgClassName
{
background-color: #D07E6D;
}
</style>
border-color css
<style>
span { border-color: #D07E6D; }
span { border-color: rgb(208,126,109); }
td.TdClassName
{
border-color: #D07E6D;
}
.TagClassName
{
border-color: #D07E6D;
}
</style>