Shades of Burning Sand #D28259
Tints of Burning Sand #D28259
RGB
CMYK
RGB Variations
Color information
#D28259 (or 0xD28259) is known color: Burning Sand. HEX triplet: D2, 82 and 59. RGB value is (210,130,89). Sum of RGB (Red+Green+Blue) = 210+130+89=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D28259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28259 is #2D7DA6. Grayscale: #959595. Windows color (decimal): -2981287 or 5866194. OLE color: 5866194.
HSL color Cylindrical-coordinate representation of color #D28259: hue angle of 20.33º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D28259 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 89 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.18 |
| HSL | 20.33º | 0.57% | 0.59% | - |
| HSV(B) | 20.33º | 0.58% | 0.82% | - |
| XYZ | 36.36 | 30.39 | 13.4 | - |
| YUV | 149.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 89 | 0 | 0.38 | 0.58 | 0.18 | 20.33 | 0.57 | 0.59 |
| Hex | D2 | 82 | 59 | 0 | 26 | 3A | 12 | 14 | 39 | 3B |
| Octal | 322 | 202 | 131 | 0 | 46 | 72 | 22 | 24 | 71 | 73 |
| Binary | 11010010 | 10000010 | 1011001 | 0 | 100110 | 111010 | 10010 | 10100 | 111001 | 111011 |
Color Harmonies of #D28259
Complementary color
Monochromatic Colors of #D28259
Black with #D28259
Text Example
Text Example
White with #D28259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28259; }
p { color: rgb(210,130,89); }
H1.HeaderClassName
{
color: #D28259;
}
.AnyTagClassName
{
color: #D28259;
}
</style>
background-color css
<style>
a { background-color: #D28259; }
a { background-color: rgb(210,130,89); }
div.DivClassName
{
background-color: #D28259;
}
.BgClassName
{
background-color: #D28259;
}
</style>
border-color css
<style>
span { border-color: #D28259; }
span { border-color: rgb(210,130,89); }
td.TdClassName
{
border-color: #D28259;
}
.TagClassName
{
border-color: #D28259;
}
</style>