Shades of Burning Sand #D57F68
Tints of Burning Sand #D57F68
RGB
CMYK
RGB Variations
Color information
#D57F68 (or 0xD57F68) is known color: Burning Sand. HEX triplet: D5, 7F and 68. RGB value is (213,127,104). Sum of RGB (Red+Green+Blue) = 213+127+104=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F68 is #2A8097. Grayscale: #969696. Windows color (decimal): -2785432 or 6848469. OLE color: 6848469.
HSL color Cylindrical-coordinate representation of color #D57F68: hue angle of 12.66º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57F68 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 104 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.16 |
| HSL | 12.66º | 0.56% | 0.62% | - |
| HSV(B) | 12.66º | 0.51% | 0.84% | - |
| XYZ | 37.53 | 30.32 | 16.97 | - |
| YUV | 150.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 104 | 0 | 0.40 | 0.51 | 0.16 | 12.66 | 0.56 | 0.62 |
| Hex | D5 | 7F | 68 | 0 | 28 | 33 | 10 | D | 38 | 3E |
| Octal | 325 | 177 | 150 | 0 | 50 | 63 | 20 | 15 | 70 | 76 |
| Binary | 11010101 | 1111111 | 1101000 | 0 | 101000 | 110011 | 10000 | 1101 | 111000 | 111110 |
Color Harmonies of #D57F68
Complementary color
Monochromatic Colors of #D57F68
Black with #D57F68
Text Example
Text Example
White with #D57F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F68; }
p { color: rgb(213,127,104); }
H1.HeaderClassName
{
color: #D57F68;
}
.AnyTagClassName
{
color: #D57F68;
}
</style>
background-color css
<style>
a { background-color: #D57F68; }
a { background-color: rgb(213,127,104); }
div.DivClassName
{
background-color: #D57F68;
}
.BgClassName
{
background-color: #D57F68;
}
</style>
border-color css
<style>
span { border-color: #D57F68; }
span { border-color: rgb(213,127,104); }
td.TdClassName
{
border-color: #D57F68;
}
.TagClassName
{
border-color: #D57F68;
}
</style>