Shades of Burning Sand #D07F56
Tints of Burning Sand #D07F56
RGB
CMYK
RGB Variations
Color information
#D07F56 (or 0xD07F56) is known color: Burning Sand. HEX triplet: D0, 7F and 56. RGB value is (208,127,86). Sum of RGB (Red+Green+Blue) = 208+127+86=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F56 is #2F80A9. Grayscale: #929292. Windows color (decimal): -3113130 or 5668816. OLE color: 5668816.
HSL color Cylindrical-coordinate representation of color #D07F56: hue angle of 20.16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D07F56 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 86 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.18 |
| HSL | 20.16º | 0.56% | 0.58% | - |
| HSV(B) | 20.16º | 0.59% | 0.82% | - |
| XYZ | 35.28 | 29.26 | 12.59 | - |
| YUV | 146.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 86 | 0 | 0.39 | 0.59 | 0.18 | 20.16 | 0.56 | 0.58 |
| Hex | D0 | 7F | 56 | 0 | 27 | 3B | 12 | 14 | 38 | 3A |
| Octal | 320 | 177 | 126 | 0 | 47 | 73 | 22 | 24 | 70 | 72 |
| Binary | 11010000 | 1111111 | 1010110 | 0 | 100111 | 111011 | 10010 | 10100 | 111000 | 111010 |
Color Harmonies of #D07F56
Complementary color
Monochromatic Colors of #D07F56
Black with #D07F56
Text Example
Text Example
White with #D07F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F56; }
p { color: rgb(208,127,86); }
H1.HeaderClassName
{
color: #D07F56;
}
.AnyTagClassName
{
color: #D07F56;
}
</style>
background-color css
<style>
a { background-color: #D07F56; }
a { background-color: rgb(208,127,86); }
div.DivClassName
{
background-color: #D07F56;
}
.BgClassName
{
background-color: #D07F56;
}
</style>
border-color css
<style>
span { border-color: #D07F56; }
span { border-color: rgb(208,127,86); }
td.TdClassName
{
border-color: #D07F56;
}
.TagClassName
{
border-color: #D07F56;
}
</style>