Shades of Burning Sand #D57F64
Tints of Burning Sand #D57F64
RGB
CMYK
RGB Variations
Color information
#D57F64 (or 0xD57F64) is known color: Burning Sand. HEX triplet: D5, 7F and 64. RGB value is (213,127,100). Sum of RGB (Red+Green+Blue) = 213+127+100=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F64 is #2A809B. Grayscale: #959595. Windows color (decimal): -2785436 or 6586325. OLE color: 6586325.
HSL color Cylindrical-coordinate representation of color #D57F64: hue angle of 14.34º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D57F64 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 100 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.16 |
| HSL | 14.34º | 0.57% | 0.61% | - |
| HSV(B) | 14.34º | 0.53% | 0.84% | - |
| XYZ | 37.33 | 30.24 | 15.93 | - |
| YUV | 149.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 100 | 0 | 0.40 | 0.53 | 0.16 | 14.34 | 0.57 | 0.61 |
| Hex | D5 | 7F | 64 | 0 | 28 | 35 | 10 | E | 39 | 3D |
| Octal | 325 | 177 | 144 | 0 | 50 | 65 | 20 | 16 | 71 | 75 |
| Binary | 11010101 | 1111111 | 1100100 | 0 | 101000 | 110101 | 10000 | 1110 | 111001 | 111101 |
Color Harmonies of #D57F64
Complementary color
Monochromatic Colors of #D57F64
Black with #D57F64
Text Example
Text Example
White with #D57F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F64; }
p { color: rgb(213,127,100); }
H1.HeaderClassName
{
color: #D57F64;
}
.AnyTagClassName
{
color: #D57F64;
}
</style>
background-color css
<style>
a { background-color: #D57F64; }
a { background-color: rgb(213,127,100); }
div.DivClassName
{
background-color: #D57F64;
}
.BgClassName
{
background-color: #D57F64;
}
</style>
border-color css
<style>
span { border-color: #D57F64; }
span { border-color: rgb(213,127,100); }
td.TdClassName
{
border-color: #D57F64;
}
.TagClassName
{
border-color: #D57F64;
}
</style>