Shades of Burning Sand #D57F59
Tints of Burning Sand #D57F59
RGB
CMYK
RGB Variations
Color information
#D57F59 (or 0xD57F59) is known color: Burning Sand. HEX triplet: D5, 7F and 59. RGB value is (213,127,89). Sum of RGB (Red+Green+Blue) = 213+127+89=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F59 is #2A80A6. Grayscale: #949494. Windows color (decimal): -2785447 or 5865429. OLE color: 5865429.
HSL color Cylindrical-coordinate representation of color #D57F59: hue angle of 18.39º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D57F59 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 89 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.16 |
| HSL | 18.39º | 0.6% | 0.59% | - |
| HSV(B) | 18.39º | 0.58% | 0.84% | - |
| XYZ | 36.83 | 30.05 | 13.31 | - |
| YUV | 148.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 89 | 0 | 0.40 | 0.58 | 0.16 | 18.39 | 0.6 | 0.59 |
| Hex | D5 | 7F | 59 | 0 | 28 | 3A | 10 | 12 | 3C | 3B |
| Octal | 325 | 177 | 131 | 0 | 50 | 72 | 20 | 22 | 74 | 73 |
| Binary | 11010101 | 1111111 | 1011001 | 0 | 101000 | 111010 | 10000 | 10010 | 111100 | 111011 |
Color Harmonies of #D57F59
Complementary color
Monochromatic Colors of #D57F59
Black with #D57F59
Text Example
Text Example
White with #D57F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F59; }
p { color: rgb(213,127,89); }
H1.HeaderClassName
{
color: #D57F59;
}
.AnyTagClassName
{
color: #D57F59;
}
</style>
background-color css
<style>
a { background-color: #D57F59; }
a { background-color: rgb(213,127,89); }
div.DivClassName
{
background-color: #D57F59;
}
.BgClassName
{
background-color: #D57F59;
}
</style>
border-color css
<style>
span { border-color: #D57F59; }
span { border-color: rgb(213,127,89); }
td.TdClassName
{
border-color: #D57F59;
}
.TagClassName
{
border-color: #D57F59;
}
</style>