Shades of Burning Sand #D57F56
Tints of Burning Sand #D57F56
RGB
CMYK
RGB Variations
Color information
#D57F56 (or 0xD57F56) is known color: Burning Sand. HEX triplet: D5, 7F and 56. RGB value is (213,127,86). Sum of RGB (Red+Green+Blue) = 213+127+86=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F56 is #2A80A9. Grayscale: #949494. Windows color (decimal): -2785450 or 5668821. OLE color: 5668821.
HSL color Cylindrical-coordinate representation of color #D57F56: hue angle of 19.37º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57F56 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 86 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.16 |
| HSL | 19.37º | 0.6% | 0.59% | - |
| HSV(B) | 19.37º | 0.6% | 0.84% | - |
| XYZ | 36.71 | 30 | 12.66 | - |
| YUV | 148.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 86 | 0 | 0.40 | 0.60 | 0.16 | 19.37 | 0.6 | 0.59 |
| Hex | D5 | 7F | 56 | 0 | 28 | 3C | 10 | 13 | 3C | 3B |
| Octal | 325 | 177 | 126 | 0 | 50 | 74 | 20 | 23 | 74 | 73 |
| Binary | 11010101 | 1111111 | 1010110 | 0 | 101000 | 111100 | 10000 | 10011 | 111100 | 111011 |
Color Harmonies of #D57F56
Complementary color
Monochromatic Colors of #D57F56
Black with #D57F56
Text Example
Text Example
White with #D57F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F56; }
p { color: rgb(213,127,86); }
H1.HeaderClassName
{
color: #D57F56;
}
.AnyTagClassName
{
color: #D57F56;
}
</style>
background-color css
<style>
a { background-color: #D57F56; }
a { background-color: rgb(213,127,86); }
div.DivClassName
{
background-color: #D57F56;
}
.BgClassName
{
background-color: #D57F56;
}
</style>
border-color css
<style>
span { border-color: #D57F56; }
span { border-color: rgb(213,127,86); }
td.TdClassName
{
border-color: #D57F56;
}
.TagClassName
{
border-color: #D57F56;
}
</style>