Shades of Burning Sand #D28159
Tints of Burning Sand #D28159
RGB
CMYK
RGB Variations
Color information
#D28159 (or 0xD28159) is known color: Burning Sand. HEX triplet: D2, 81 and 59. RGB value is (210,129,89). Sum of RGB (Red+Green+Blue) = 210+129+89=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D28159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28159 is #2D7EA6. Grayscale: #949494. Windows color (decimal): -2981543 or 5865938. OLE color: 5865938.
HSL color Cylindrical-coordinate representation of color #D28159: hue angle of 19.83º 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 #D28159 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 89 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.18 |
| HSL | 19.83º | 0.57% | 0.59% | - |
| HSV(B) | 19.83º | 0.58% | 0.82% | - |
| XYZ | 36.23 | 30.12 | 13.36 | - |
| YUV | 148.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 89 | 0 | 0.39 | 0.58 | 0.18 | 19.83 | 0.57 | 0.59 |
| Hex | D2 | 81 | 59 | 0 | 27 | 3A | 12 | 14 | 39 | 3B |
| Octal | 322 | 201 | 131 | 0 | 47 | 72 | 22 | 24 | 71 | 73 |
| Binary | 11010010 | 10000001 | 1011001 | 0 | 100111 | 111010 | 10010 | 10100 | 111001 | 111011 |
Color Harmonies of #D28159
Complementary color
Monochromatic Colors of #D28159
Black with #D28159
Text Example
Text Example
White with #D28159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28159; }
p { color: rgb(210,129,89); }
H1.HeaderClassName
{
color: #D28159;
}
.AnyTagClassName
{
color: #D28159;
}
</style>
background-color css
<style>
a { background-color: #D28159; }
a { background-color: rgb(210,129,89); }
div.DivClassName
{
background-color: #D28159;
}
.BgClassName
{
background-color: #D28159;
}
</style>
border-color css
<style>
span { border-color: #D28159; }
span { border-color: rgb(210,129,89); }
td.TdClassName
{
border-color: #D28159;
}
.TagClassName
{
border-color: #D28159;
}
</style>