Shades of Burning Sand #D18455
Tints of Burning Sand #D18455
RGB
CMYK
RGB Variations
Color information
#D18455 (or 0xD18455) is known color: Burning Sand. HEX triplet: D1, 84 and 55. RGB value is (209,132,85). Sum of RGB (Red+Green+Blue) = 209+132+85=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D18455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18455 is #2E7BAA. Grayscale: #959595. Windows color (decimal): -3046315 or 5604561. OLE color: 5604561.
HSL color Cylindrical-coordinate representation of color #D18455: hue angle of 22.74º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D18455 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 85 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.18 |
| HSL | 22.74º | 0.57% | 0.58% | - |
| HSV(B) | 22.74º | 0.59% | 0.82% | - |
| XYZ | 36.19 | 30.71 | 12.62 | - |
| YUV | 149.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 85 | 0 | 0.37 | 0.59 | 0.18 | 22.74 | 0.57 | 0.58 |
| Hex | D1 | 84 | 55 | 0 | 25 | 3B | 12 | 17 | 39 | 3A |
| Octal | 321 | 204 | 125 | 0 | 45 | 73 | 22 | 27 | 71 | 72 |
| Binary | 11010001 | 10000100 | 1010101 | 0 | 100101 | 111011 | 10010 | 10111 | 111001 | 111010 |
Color Harmonies of #D18455
Complementary color
Monochromatic Colors of #D18455
Black with #D18455
Text Example
Text Example
White with #D18455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18455; }
p { color: rgb(209,132,85); }
H1.HeaderClassName
{
color: #D18455;
}
.AnyTagClassName
{
color: #D18455;
}
</style>
background-color css
<style>
a { background-color: #D18455; }
a { background-color: rgb(209,132,85); }
div.DivClassName
{
background-color: #D18455;
}
.BgClassName
{
background-color: #D18455;
}
</style>
border-color css
<style>
span { border-color: #D18455; }
span { border-color: rgb(209,132,85); }
td.TdClassName
{
border-color: #D18455;
}
.TagClassName
{
border-color: #D18455;
}
</style>