Shades of Burning Sand #D28058
Tints of Burning Sand #D28058
RGB
CMYK
RGB Variations
Color information
#D28058 (or 0xD28058) is known color: Burning Sand. HEX triplet: D2, 80 and 58. RGB value is (210,128,88). Sum of RGB (Red+Green+Blue) = 210+128+88=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28058 is #2D7FA7. Grayscale: #949494. Windows color (decimal): -2981800 or 5800146. OLE color: 5800146.
HSL color Cylindrical-coordinate representation of color #D28058: hue angle of 19.67º 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 #D28058 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 88 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.18 |
| HSL | 19.67º | 0.58% | 0.58% | - |
| HSV(B) | 19.67º | 0.58% | 0.82% | - |
| XYZ | 36.06 | 29.84 | 13.09 | - |
| YUV | 147.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 88 | 0 | 0.39 | 0.58 | 0.18 | 19.67 | 0.58 | 0.58 |
| Hex | D2 | 80 | 58 | 0 | 27 | 3A | 12 | 14 | 3A | 3A |
| Octal | 322 | 200 | 130 | 0 | 47 | 72 | 22 | 24 | 72 | 72 |
| Binary | 11010010 | 10000000 | 1011000 | 0 | 100111 | 111010 | 10010 | 10100 | 111010 | 111010 |
Color Harmonies of #D28058
Complementary color
Monochromatic Colors of #D28058
Black with #D28058
Text Example
Text Example
White with #D28058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28058; }
p { color: rgb(210,128,88); }
H1.HeaderClassName
{
color: #D28058;
}
.AnyTagClassName
{
color: #D28058;
}
</style>
background-color css
<style>
a { background-color: #D28058; }
a { background-color: rgb(210,128,88); }
div.DivClassName
{
background-color: #D28058;
}
.BgClassName
{
background-color: #D28058;
}
</style>
border-color css
<style>
span { border-color: #D28058; }
span { border-color: rgb(210,128,88); }
td.TdClassName
{
border-color: #D28058;
}
.TagClassName
{
border-color: #D28058;
}
</style>