Shades of Burning Sand #D57F63
Tints of Burning Sand #D57F63
RGB
CMYK
RGB Variations
Color information
#D57F63 (or 0xD57F63) is known color: Burning Sand. HEX triplet: D5, 7F and 63. RGB value is (213,127,99). Sum of RGB (Red+Green+Blue) = 213+127+99=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F63 is #2A809C. Grayscale: #959595. Windows color (decimal): -2785437 or 6520789. OLE color: 6520789.
HSL color Cylindrical-coordinate representation of color #D57F63: hue angle of 14.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57F63 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 99 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.16 |
| HSL | 14.74º | 0.58% | 0.61% | - |
| HSV(B) | 14.74º | 0.54% | 0.84% | - |
| XYZ | 37.28 | 30.23 | 15.67 | - |
| YUV | 149.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 99 | 0 | 0.40 | 0.54 | 0.16 | 14.74 | 0.58 | 0.61 |
| Hex | D5 | 7F | 63 | 0 | 28 | 36 | 10 | F | 3A | 3D |
| Octal | 325 | 177 | 143 | 0 | 50 | 66 | 20 | 17 | 72 | 75 |
| Binary | 11010101 | 1111111 | 1100011 | 0 | 101000 | 110110 | 10000 | 1111 | 111010 | 111101 |
Color Harmonies of #D57F63
Complementary color
Monochromatic Colors of #D57F63
Black with #D57F63
Text Example
Text Example
White with #D57F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F63; }
p { color: rgb(213,127,99); }
H1.HeaderClassName
{
color: #D57F63;
}
.AnyTagClassName
{
color: #D57F63;
}
</style>
background-color css
<style>
a { background-color: #D57F63; }
a { background-color: rgb(213,127,99); }
div.DivClassName
{
background-color: #D57F63;
}
.BgClassName
{
background-color: #D57F63;
}
</style>
border-color css
<style>
span { border-color: #D57F63; }
span { border-color: rgb(213,127,99); }
td.TdClassName
{
border-color: #D57F63;
}
.TagClassName
{
border-color: #D57F63;
}
</style>