Shades of Burning Sand #D57C60
Tints of Burning Sand #D57C60
RGB
CMYK
RGB Variations
Color information
#D57C60 (or 0xD57C60) is known color: Burning Sand. HEX triplet: D5, 7C and 60. RGB value is (213,124,96). Sum of RGB (Red+Green+Blue) = 213+124+96=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C60 is #2A839F. Grayscale: #939393. Windows color (decimal): -2786208 or 6323413. OLE color: 6323413.
HSL color Cylindrical-coordinate representation of color #D57C60: hue angle of 14.36º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D57C60 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 96 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.16 |
| HSL | 14.36º | 0.58% | 0.61% | - |
| HSV(B) | 14.36º | 0.55% | 0.84% | - |
| XYZ | 36.76 | 29.41 | 14.8 | - |
| YUV | 147.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 96 | 0 | 0.42 | 0.55 | 0.16 | 14.36 | 0.58 | 0.61 |
| Hex | D5 | 7C | 60 | 0 | 2A | 37 | 10 | E | 3A | 3D |
| Octal | 325 | 174 | 140 | 0 | 52 | 67 | 20 | 16 | 72 | 75 |
| Binary | 11010101 | 1111100 | 1100000 | 0 | 101010 | 110111 | 10000 | 1110 | 111010 | 111101 |
Color Harmonies of #D57C60
Complementary color
Monochromatic Colors of #D57C60
Black with #D57C60
Text Example
Text Example
White with #D57C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C60; }
p { color: rgb(213,124,96); }
H1.HeaderClassName
{
color: #D57C60;
}
.AnyTagClassName
{
color: #D57C60;
}
</style>
background-color css
<style>
a { background-color: #D57C60; }
a { background-color: rgb(213,124,96); }
div.DivClassName
{
background-color: #D57C60;
}
.BgClassName
{
background-color: #D57C60;
}
</style>
border-color css
<style>
span { border-color: #D57C60; }
span { border-color: rgb(213,124,96); }
td.TdClassName
{
border-color: #D57C60;
}
.TagClassName
{
border-color: #D57C60;
}
</style>