Shades of Burning Sand #D28256
Tints of Burning Sand #D28256
RGB
CMYK
RGB Variations
Color information
#D28256 (or 0xD28256) is known color: Burning Sand. HEX triplet: D2, 82 and 56. RGB value is (210,130,86). Sum of RGB (Red+Green+Blue) = 210+130+86=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28256 is #2D7DA9. Grayscale: #959595. Windows color (decimal): -2981290 or 5669586. OLE color: 5669586.
HSL color Cylindrical-coordinate representation of color #D28256: hue angle of 21.29º degrees, saturation: 0.58, 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 #D28256 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 86 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.29º | 0.58% | 0.58% | - |
| HSV(B) | 21.29º | 0.59% | 0.82% | - |
| XYZ | 36.24 | 30.34 | 12.75 | - |
| YUV | 148.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 86 | 0 | 0.38 | 0.59 | 0.18 | 21.29 | 0.58 | 0.58 |
| Hex | D2 | 82 | 56 | 0 | 26 | 3B | 12 | 15 | 3A | 3A |
| Octal | 322 | 202 | 126 | 0 | 46 | 73 | 22 | 25 | 72 | 72 |
| Binary | 11010010 | 10000010 | 1010110 | 0 | 100110 | 111011 | 10010 | 10101 | 111010 | 111010 |
Color Harmonies of #D28256
Complementary color
Monochromatic Colors of #D28256
Black with #D28256
Text Example
Text Example
White with #D28256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28256; }
p { color: rgb(210,130,86); }
H1.HeaderClassName
{
color: #D28256;
}
.AnyTagClassName
{
color: #D28256;
}
</style>
background-color css
<style>
a { background-color: #D28256; }
a { background-color: rgb(210,130,86); }
div.DivClassName
{
background-color: #D28256;
}
.BgClassName
{
background-color: #D28256;
}
</style>
border-color css
<style>
span { border-color: #D28256; }
span { border-color: rgb(210,130,86); }
td.TdClassName
{
border-color: #D28256;
}
.TagClassName
{
border-color: #D28256;
}
</style>