Shades of Burning Sand #D28867
Tints of Burning Sand #D28867
RGB
CMYK
RGB Variations
Color information
#D28867 (or 0xD28867) is known color: Burning Sand. HEX triplet: D2, 88 and 67. RGB value is (210,136,103). Sum of RGB (Red+Green+Blue) = 210+136+103=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D28867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28867 is #2D7798. Grayscale: #9A9A9A. Windows color (decimal): -2979737 or 6785234. OLE color: 6785234.
HSL color Cylindrical-coordinate representation of color #D28867: hue angle of 18.5º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D28867 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 103 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.18 |
| HSL | 18.5º | 0.54% | 0.61% | - |
| HSV(B) | 18.5º | 0.51% | 0.82% | - |
| XYZ | 37.83 | 32.29 | 17.07 | - |
| YUV | 154.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 103 | 0 | 0.35 | 0.51 | 0.18 | 18.5 | 0.54 | 0.61 |
| Hex | D2 | 88 | 67 | 0 | 23 | 33 | 12 | 13 | 36 | 3D |
| Octal | 322 | 210 | 147 | 0 | 43 | 63 | 22 | 23 | 66 | 75 |
| Binary | 11010010 | 10001000 | 1100111 | 0 | 100011 | 110011 | 10010 | 10011 | 110110 | 111101 |
Color Harmonies of #D28867
Complementary color
Monochromatic Colors of #D28867
Black with #D28867
Text Example
Text Example
White with #D28867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28867; }
p { color: rgb(210,136,103); }
H1.HeaderClassName
{
color: #D28867;
}
.AnyTagClassName
{
color: #D28867;
}
</style>
background-color css
<style>
a { background-color: #D28867; }
a { background-color: rgb(210,136,103); }
div.DivClassName
{
background-color: #D28867;
}
.BgClassName
{
background-color: #D28867;
}
</style>
border-color css
<style>
span { border-color: #D28867; }
span { border-color: rgb(210,136,103); }
td.TdClassName
{
border-color: #D28867;
}
.TagClassName
{
border-color: #D28867;
}
</style>