Shades of Burning Sand #D57D62
Tints of Burning Sand #D57D62
RGB
CMYK
RGB Variations
Color information
#D57D62 (or 0xD57D62) is known color: Burning Sand. HEX triplet: D5, 7D and 62. RGB value is (213,125,98). Sum of RGB (Red+Green+Blue) = 213+125+98=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D62 is #2A829D. Grayscale: #949494. Windows color (decimal): -2785950 or 6454741. OLE color: 6454741.
HSL color Cylindrical-coordinate representation of color #D57D62: hue angle of 14.09º 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 #D57D62 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 98 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.16 |
| HSL | 14.09º | 0.58% | 0.61% | - |
| HSV(B) | 14.09º | 0.54% | 0.84% | - |
| XYZ | 36.98 | 29.7 | 15.34 | - |
| YUV | 148.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 98 | 0 | 0.41 | 0.54 | 0.16 | 14.09 | 0.58 | 0.61 |
| Hex | D5 | 7D | 62 | 0 | 29 | 36 | 10 | E | 3A | 3D |
| Octal | 325 | 175 | 142 | 0 | 51 | 66 | 20 | 16 | 72 | 75 |
| Binary | 11010101 | 1111101 | 1100010 | 0 | 101001 | 110110 | 10000 | 1110 | 111010 | 111101 |
Color Harmonies of #D57D62
Complementary color
Monochromatic Colors of #D57D62
Black with #D57D62
Text Example
Text Example
White with #D57D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D62; }
p { color: rgb(213,125,98); }
H1.HeaderClassName
{
color: #D57D62;
}
.AnyTagClassName
{
color: #D57D62;
}
</style>
background-color css
<style>
a { background-color: #D57D62; }
a { background-color: rgb(213,125,98); }
div.DivClassName
{
background-color: #D57D62;
}
.BgClassName
{
background-color: #D57D62;
}
</style>
border-color css
<style>
span { border-color: #D57D62; }
span { border-color: rgb(213,125,98); }
td.TdClassName
{
border-color: #D57D62;
}
.TagClassName
{
border-color: #D57D62;
}
</style>