Shades of Burning Sand #D18255
Tints of Burning Sand #D18255
RGB
CMYK
RGB Variations
Color information
#D18255 (or 0xD18255) is known color: Burning Sand. HEX triplet: D1, 82 and 55. RGB value is (209,130,85). Sum of RGB (Red+Green+Blue) = 209+130+85=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D18255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18255 is #2E7DAA. Grayscale: #949494. Windows color (decimal): -3046827 or 5604049. OLE color: 5604049.
HSL color Cylindrical-coordinate representation of color #D18255: hue angle of 21.77º 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 #D18255 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 85 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.77º | 0.57% | 0.58% | - |
| HSV(B) | 21.77º | 0.59% | 0.82% | - |
| XYZ | 35.92 | 30.18 | 12.53 | - |
| YUV | 148.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 85 | 0 | 0.38 | 0.59 | 0.18 | 21.77 | 0.57 | 0.58 |
| Hex | D1 | 82 | 55 | 0 | 26 | 3B | 12 | 16 | 39 | 3A |
| Octal | 321 | 202 | 125 | 0 | 46 | 73 | 22 | 26 | 71 | 72 |
| Binary | 11010001 | 10000010 | 1010101 | 0 | 100110 | 111011 | 10010 | 10110 | 111001 | 111010 |
Color Harmonies of #D18255
Complementary color
Monochromatic Colors of #D18255
Black with #D18255
Text Example
Text Example
White with #D18255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18255; }
p { color: rgb(209,130,85); }
H1.HeaderClassName
{
color: #D18255;
}
.AnyTagClassName
{
color: #D18255;
}
</style>
background-color css
<style>
a { background-color: #D18255; }
a { background-color: rgb(209,130,85); }
div.DivClassName
{
background-color: #D18255;
}
.BgClassName
{
background-color: #D18255;
}
</style>
border-color css
<style>
span { border-color: #D18255; }
span { border-color: rgb(209,130,85); }
td.TdClassName
{
border-color: #D18255;
}
.TagClassName
{
border-color: #D18255;
}
</style>