Shades of Burning Sand #D57F69
Tints of Burning Sand #D57F69
RGB
CMYK
RGB Variations
Color information
#D57F69 (or 0xD57F69) is known color: Burning Sand. HEX triplet: D5, 7F and 69. RGB value is (213,127,105). Sum of RGB (Red+Green+Blue) = 213+127+105=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F69 is #2A8096. Grayscale: #969696. Windows color (decimal): -2785431 or 6914005. OLE color: 6914005.
HSL color Cylindrical-coordinate representation of color #D57F69: hue angle of 12.22º 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 #D57F69 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 105 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.16 |
| HSL | 12.22º | 0.56% | 0.62% | - |
| HSV(B) | 12.22º | 0.51% | 0.84% | - |
| XYZ | 37.58 | 30.34 | 17.24 | - |
| YUV | 150.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 105 | 0 | 0.40 | 0.51 | 0.16 | 12.22 | 0.56 | 0.62 |
| Hex | D5 | 7F | 69 | 0 | 28 | 33 | 10 | C | 38 | 3E |
| Octal | 325 | 177 | 151 | 0 | 50 | 63 | 20 | 14 | 70 | 76 |
| Binary | 11010101 | 1111111 | 1101001 | 0 | 101000 | 110011 | 10000 | 1100 | 111000 | 111110 |
Color Harmonies of #D57F69
Complementary color
Monochromatic Colors of #D57F69
Black with #D57F69
Text Example
Text Example
White with #D57F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F69; }
p { color: rgb(213,127,105); }
H1.HeaderClassName
{
color: #D57F69;
}
.AnyTagClassName
{
color: #D57F69;
}
</style>
background-color css
<style>
a { background-color: #D57F69; }
a { background-color: rgb(213,127,105); }
div.DivClassName
{
background-color: #D57F69;
}
.BgClassName
{
background-color: #D57F69;
}
</style>
border-color css
<style>
span { border-color: #D57F69; }
span { border-color: rgb(213,127,105); }
td.TdClassName
{
border-color: #D57F69;
}
.TagClassName
{
border-color: #D57F69;
}
</style>