Shades of Burning Sand #D28660
Tints of Burning Sand #D28660
RGB
CMYK
RGB Variations
Color information
#D28660 (or 0xD28660) is known color: Burning Sand. HEX triplet: D2, 86 and 60. RGB value is (210,134,96). Sum of RGB (Red+Green+Blue) = 210+134+96=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D28660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28660 is #2D799F. Grayscale: #989898. Windows color (decimal): -2980256 or 6325970. OLE color: 6325970.
HSL color Cylindrical-coordinate representation of color #D28660: hue angle of 20º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28660 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 96 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.18 |
| HSL | 20º | 0.56% | 0.6% | - |
| HSV(B) | 20º | 0.54% | 0.82% | - |
| XYZ | 37.21 | 31.6 | 15.2 | - |
| YUV | 152.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 96 | 0 | 0.36 | 0.54 | 0.18 | 20 | 0.56 | 0.6 |
| Hex | D2 | 86 | 60 | 0 | 24 | 36 | 12 | 14 | 38 | 3C |
| Octal | 322 | 206 | 140 | 0 | 44 | 66 | 22 | 24 | 70 | 74 |
| Binary | 11010010 | 10000110 | 1100000 | 0 | 100100 | 110110 | 10010 | 10100 | 111000 | 111100 |
Color Harmonies of #D28660
Complementary color
Monochromatic Colors of #D28660
Black with #D28660
Text Example
Text Example
White with #D28660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28660; }
p { color: rgb(210,134,96); }
H1.HeaderClassName
{
color: #D28660;
}
.AnyTagClassName
{
color: #D28660;
}
</style>
background-color css
<style>
a { background-color: #D28660; }
a { background-color: rgb(210,134,96); }
div.DivClassName
{
background-color: #D28660;
}
.BgClassName
{
background-color: #D28660;
}
</style>
border-color css
<style>
span { border-color: #D28660; }
span { border-color: rgb(210,134,96); }
td.TdClassName
{
border-color: #D28660;
}
.TagClassName
{
border-color: #D28660;
}
</style>