Shades of Burning Sand #D28564
Tints of Burning Sand #D28564
RGB
CMYK
RGB Variations
Color information
#D28564 (or 0xD28564) is known color: Burning Sand. HEX triplet: D2, 85 and 64. RGB value is (210,133,100). Sum of RGB (Red+Green+Blue) = 210+133+100=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D28564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28564 is #2D7A9B. Grayscale: #989898. Windows color (decimal): -2980508 or 6587858. OLE color: 6587858.
HSL color Cylindrical-coordinate representation of color #D28564: hue angle of 18º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D28564 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 100 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.18 |
| HSL | 18º | 0.55% | 0.61% | - |
| HSV(B) | 18º | 0.52% | 0.82% | - |
| XYZ | 37.27 | 31.4 | 16.15 | - |
| YUV | 152.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 100 | 0 | 0.37 | 0.52 | 0.18 | 18 | 0.55 | 0.61 |
| Hex | D2 | 85 | 64 | 0 | 25 | 34 | 12 | 12 | 37 | 3D |
| Octal | 322 | 205 | 144 | 0 | 45 | 64 | 22 | 22 | 67 | 75 |
| Binary | 11010010 | 10000101 | 1100100 | 0 | 100101 | 110100 | 10010 | 10010 | 110111 | 111101 |
Color Harmonies of #D28564
Complementary color
Monochromatic Colors of #D28564
Black with #D28564
Text Example
Text Example
White with #D28564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28564; }
p { color: rgb(210,133,100); }
H1.HeaderClassName
{
color: #D28564;
}
.AnyTagClassName
{
color: #D28564;
}
</style>
background-color css
<style>
a { background-color: #D28564; }
a { background-color: rgb(210,133,100); }
div.DivClassName
{
background-color: #D28564;
}
.BgClassName
{
background-color: #D28564;
}
</style>
border-color css
<style>
span { border-color: #D28564; }
span { border-color: rgb(210,133,100); }
td.TdClassName
{
border-color: #D28564;
}
.TagClassName
{
border-color: #D28564;
}
</style>