Shades of Burning Sand #D07E5D
Tints of Burning Sand #D07E5D
RGB
CMYK
RGB Variations
Color information
#D07E5D (or 0xD07E5D) is known color: Burning Sand. HEX triplet: D0, 7E and 5D. RGB value is (208,126,93). Sum of RGB (Red+Green+Blue) = 208+126+93=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5D is #2F81A2. Grayscale: #929292. Windows color (decimal): -3113379 or 6127312. OLE color: 6127312.
HSL color Cylindrical-coordinate representation of color #D07E5D: hue angle of 17.22º 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 #D07E5D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 93 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.18 |
| HSL | 17.22º | 0.55% | 0.59% | - |
| HSV(B) | 17.22º | 0.55% | 0.82% | - |
| XYZ | 35.45 | 29.12 | 14.11 | - |
| YUV | 146.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 93 | 0 | 0.39 | 0.55 | 0.18 | 17.22 | 0.55 | 0.59 |
| Hex | D0 | 7E | 5D | 0 | 27 | 37 | 12 | 11 | 37 | 3B |
| Octal | 320 | 176 | 135 | 0 | 47 | 67 | 22 | 21 | 67 | 73 |
| Binary | 11010000 | 1111110 | 1011101 | 0 | 100111 | 110111 | 10010 | 10001 | 110111 | 111011 |
Color Harmonies of #D07E5D
Complementary color
Monochromatic Colors of #D07E5D
Black with #D07E5D
Text Example
Text Example
White with #D07E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E5D; }
p { color: rgb(208,126,93); }
H1.HeaderClassName
{
color: #D07E5D;
}
.AnyTagClassName
{
color: #D07E5D;
}
</style>
background-color css
<style>
a { background-color: #D07E5D; }
a { background-color: rgb(208,126,93); }
div.DivClassName
{
background-color: #D07E5D;
}
.BgClassName
{
background-color: #D07E5D;
}
</style>
border-color css
<style>
span { border-color: #D07E5D; }
span { border-color: rgb(208,126,93); }
td.TdClassName
{
border-color: #D07E5D;
}
.TagClassName
{
border-color: #D07E5D;
}
</style>