Shades of Burning Sand #D07E5E
Tints of Burning Sand #D07E5E
RGB
CMYK
RGB Variations
Color information
#D07E5E (or 0xD07E5E) is known color: Burning Sand. HEX triplet: D0, 7E and 5E. RGB value is (208,126,94). Sum of RGB (Red+Green+Blue) = 208+126+94=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5E is #2F81A1. Grayscale: #939393. Windows color (decimal): -3113378 or 6192848. OLE color: 6192848.
HSL color Cylindrical-coordinate representation of color #D07E5E: hue angle of 16.84º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D07E5E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 94 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.18 |
| HSL | 16.84º | 0.55% | 0.59% | - |
| HSV(B) | 16.84º | 0.55% | 0.82% | - |
| XYZ | 35.49 | 29.14 | 14.34 | - |
| YUV | 146.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 94 | 0 | 0.39 | 0.55 | 0.18 | 16.84 | 0.55 | 0.59 |
| Hex | D0 | 7E | 5E | 0 | 27 | 37 | 12 | 11 | 37 | 3B |
| Octal | 320 | 176 | 136 | 0 | 47 | 67 | 22 | 21 | 67 | 73 |
| Binary | 11010000 | 1111110 | 1011110 | 0 | 100111 | 110111 | 10010 | 10001 | 110111 | 111011 |
Color Harmonies of #D07E5E
Complementary color
Monochromatic Colors of #D07E5E
Black with #D07E5E
Text Example
Text Example
White with #D07E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E5E; }
p { color: rgb(208,126,94); }
H1.HeaderClassName
{
color: #D07E5E;
}
.AnyTagClassName
{
color: #D07E5E;
}
</style>
background-color css
<style>
a { background-color: #D07E5E; }
a { background-color: rgb(208,126,94); }
div.DivClassName
{
background-color: #D07E5E;
}
.BgClassName
{
background-color: #D07E5E;
}
</style>
border-color css
<style>
span { border-color: #D07E5E; }
span { border-color: rgb(208,126,94); }
td.TdClassName
{
border-color: #D07E5E;
}
.TagClassName
{
border-color: #D07E5E;
}
</style>