Shades of Burning Sand #D28458
Tints of Burning Sand #D28458
RGB
CMYK
RGB Variations
Color information
#D28458 (or 0xD28458) is known color: Burning Sand. HEX triplet: D2, 84 and 58. RGB value is (210,132,88). Sum of RGB (Red+Green+Blue) = 210+132+88=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D28458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28458 is #2D7BA7. Grayscale: #969696. Windows color (decimal): -2980776 or 5801170. OLE color: 5801170.
HSL color Cylindrical-coordinate representation of color #D28458: hue angle of 21.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D28458 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 88 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.18 |
| HSL | 21.64º | 0.58% | 0.58% | - |
| HSV(B) | 21.64º | 0.58% | 0.82% | - |
| XYZ | 36.59 | 30.91 | 13.27 | - |
| YUV | 150.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 88 | 0 | 0.37 | 0.58 | 0.18 | 21.64 | 0.58 | 0.58 |
| Hex | D2 | 84 | 58 | 0 | 25 | 3A | 12 | 16 | 3A | 3A |
| Octal | 322 | 204 | 130 | 0 | 45 | 72 | 22 | 26 | 72 | 72 |
| Binary | 11010010 | 10000100 | 1011000 | 0 | 100101 | 111010 | 10010 | 10110 | 111010 | 111010 |
Color Harmonies of #D28458
Complementary color
Monochromatic Colors of #D28458
Black with #D28458
Text Example
Text Example
White with #D28458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28458; }
p { color: rgb(210,132,88); }
H1.HeaderClassName
{
color: #D28458;
}
.AnyTagClassName
{
color: #D28458;
}
</style>
background-color css
<style>
a { background-color: #D28458; }
a { background-color: rgb(210,132,88); }
div.DivClassName
{
background-color: #D28458;
}
.BgClassName
{
background-color: #D28458;
}
</style>
border-color css
<style>
span { border-color: #D28458; }
span { border-color: rgb(210,132,88); }
td.TdClassName
{
border-color: #D28458;
}
.TagClassName
{
border-color: #D28458;
}
</style>