Shades of Burning Sand #D07E6C
Tints of Burning Sand #D07E6C
RGB
CMYK
RGB Variations
Color information
#D07E6C (or 0xD07E6C) is known color: Burning Sand. HEX triplet: D0, 7E and 6C. RGB value is (208,126,108). Sum of RGB (Red+Green+Blue) = 208+126+108=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6C is #2F8193. Grayscale: #949494. Windows color (decimal): -3113364 or 7110352. OLE color: 7110352.
HSL color Cylindrical-coordinate representation of color #D07E6C: hue angle of 10.8º degrees, saturation: 0.52, 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 #D07E6C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 108 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.18 |
| HSL | 10.8º | 0.52% | 0.62% | - |
| HSV(B) | 10.8º | 0.48% | 0.82% | - |
| XYZ | 36.18 | 29.41 | 17.96 | - |
| YUV | 148.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 108 | 0 | 0.39 | 0.48 | 0.18 | 10.8 | 0.52 | 0.62 |
| Hex | D0 | 7E | 6C | 0 | 27 | 30 | 12 | B | 34 | 3E |
| Octal | 320 | 176 | 154 | 0 | 47 | 60 | 22 | 13 | 64 | 76 |
| Binary | 11010000 | 1111110 | 1101100 | 0 | 100111 | 110000 | 10010 | 1011 | 110100 | 111110 |
Color Harmonies of #D07E6C
Complementary color
Monochromatic Colors of #D07E6C
Black with #D07E6C
Text Example
Text Example
White with #D07E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E6C; }
p { color: rgb(208,126,108); }
H1.HeaderClassName
{
color: #D07E6C;
}
.AnyTagClassName
{
color: #D07E6C;
}
</style>
background-color css
<style>
a { background-color: #D07E6C; }
a { background-color: rgb(208,126,108); }
div.DivClassName
{
background-color: #D07E6C;
}
.BgClassName
{
background-color: #D07E6C;
}
</style>
border-color css
<style>
span { border-color: #D07E6C; }
span { border-color: rgb(208,126,108); }
td.TdClassName
{
border-color: #D07E6C;
}
.TagClassName
{
border-color: #D07E6C;
}
</style>