Shades of Burning Sand #D18561
Tints of Burning Sand #D18561
RGB
CMYK
RGB Variations
Color information
#D18561 (or 0xD18561) is known color: Burning Sand. HEX triplet: D1, 85 and 61. RGB value is (209,133,97). Sum of RGB (Red+Green+Blue) = 209+133+97=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D18561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18561 is #2E7A9E. Grayscale: #979797. Windows color (decimal): -3046047 or 6391249. OLE color: 6391249.
HSL color Cylindrical-coordinate representation of color #D18561: hue angle of 19.29º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D18561 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 97 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.18 |
| HSL | 19.29º | 0.55% | 0.6% | - |
| HSV(B) | 19.29º | 0.54% | 0.82% | - |
| XYZ | 36.84 | 31.19 | 15.39 | - |
| YUV | 151.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 97 | 0 | 0.36 | 0.54 | 0.18 | 19.29 | 0.55 | 0.6 |
| Hex | D1 | 85 | 61 | 0 | 24 | 36 | 12 | 13 | 37 | 3C |
| Octal | 321 | 205 | 141 | 0 | 44 | 66 | 22 | 23 | 67 | 74 |
| Binary | 11010001 | 10000101 | 1100001 | 0 | 100100 | 110110 | 10010 | 10011 | 110111 | 111100 |
Color Harmonies of #D18561
Complementary color
Monochromatic Colors of #D18561
Black with #D18561
Text Example
Text Example
White with #D18561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18561; }
p { color: rgb(209,133,97); }
H1.HeaderClassName
{
color: #D18561;
}
.AnyTagClassName
{
color: #D18561;
}
</style>
background-color css
<style>
a { background-color: #D18561; }
a { background-color: rgb(209,133,97); }
div.DivClassName
{
background-color: #D18561;
}
.BgClassName
{
background-color: #D18561;
}
</style>
border-color css
<style>
span { border-color: #D18561; }
span { border-color: rgb(209,133,97); }
td.TdClassName
{
border-color: #D18561;
}
.TagClassName
{
border-color: #D18561;
}
</style>