Shades of Burning Sand #D57B65
Tints of Burning Sand #D57B65
RGB
CMYK
RGB Variations
Color information
#D57B65 (or 0xD57B65) is known color: Burning Sand. HEX triplet: D5, 7B and 65. RGB value is (213,123,101). Sum of RGB (Red+Green+Blue) = 213+123+101=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B65 is #2A849A. Grayscale: #939393. Windows color (decimal): -2786459 or 6650837. OLE color: 6650837.
HSL color Cylindrical-coordinate representation of color #D57B65: hue angle of 11.79º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D57B65 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 101 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.16 |
| HSL | 11.79º | 0.57% | 0.62% | - |
| HSV(B) | 11.79º | 0.53% | 0.84% | - |
| XYZ | 36.87 | 29.25 | 16.01 | - |
| YUV | 147.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 101 | 0 | 0.42 | 0.53 | 0.16 | 11.79 | 0.57 | 0.62 |
| Hex | D5 | 7B | 65 | 0 | 2A | 35 | 10 | C | 39 | 3E |
| Octal | 325 | 173 | 145 | 0 | 52 | 65 | 20 | 14 | 71 | 76 |
| Binary | 11010101 | 1111011 | 1100101 | 0 | 101010 | 110101 | 10000 | 1100 | 111001 | 111110 |
Color Harmonies of #D57B65
Complementary color
Monochromatic Colors of #D57B65
Black with #D57B65
Text Example
Text Example
White with #D57B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B65; }
p { color: rgb(213,123,101); }
H1.HeaderClassName
{
color: #D57B65;
}
.AnyTagClassName
{
color: #D57B65;
}
</style>
background-color css
<style>
a { background-color: #D57B65; }
a { background-color: rgb(213,123,101); }
div.DivClassName
{
background-color: #D57B65;
}
.BgClassName
{
background-color: #D57B65;
}
</style>
border-color css
<style>
span { border-color: #D57B65; }
span { border-color: rgb(213,123,101); }
td.TdClassName
{
border-color: #D57B65;
}
.TagClassName
{
border-color: #D57B65;
}
</style>