Shades of Burning Sand #D18261
Tints of Burning Sand #D18261
RGB
CMYK
RGB Variations
Color information
#D18261 (or 0xD18261) is known color: Burning Sand. HEX triplet: D1, 82 and 61. RGB value is (209,130,97). Sum of RGB (Red+Green+Blue) = 209+130+97=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D18261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18261 is #2E7D9E. Grayscale: #969696. Windows color (decimal): -3046815 or 6390481. OLE color: 6390481.
HSL color Cylindrical-coordinate representation of color #D18261: hue angle of 17.68º 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 #D18261 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 97 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.18 |
| HSL | 17.68º | 0.55% | 0.6% | - |
| HSV(B) | 17.68º | 0.54% | 0.82% | - |
| XYZ | 36.43 | 30.38 | 15.25 | - |
| YUV | 149.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 97 | 0 | 0.38 | 0.54 | 0.18 | 17.68 | 0.55 | 0.6 |
| Hex | D1 | 82 | 61 | 0 | 26 | 36 | 12 | 12 | 37 | 3C |
| Octal | 321 | 202 | 141 | 0 | 46 | 66 | 22 | 22 | 67 | 74 |
| Binary | 11010001 | 10000010 | 1100001 | 0 | 100110 | 110110 | 10010 | 10010 | 110111 | 111100 |
Color Harmonies of #D18261
Complementary color
Monochromatic Colors of #D18261
Black with #D18261
Text Example
Text Example
White with #D18261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18261; }
p { color: rgb(209,130,97); }
H1.HeaderClassName
{
color: #D18261;
}
.AnyTagClassName
{
color: #D18261;
}
</style>
background-color css
<style>
a { background-color: #D18261; }
a { background-color: rgb(209,130,97); }
div.DivClassName
{
background-color: #D18261;
}
.BgClassName
{
background-color: #D18261;
}
</style>
border-color css
<style>
span { border-color: #D18261; }
span { border-color: rgb(209,130,97); }
td.TdClassName
{
border-color: #D18261;
}
.TagClassName
{
border-color: #D18261;
}
</style>