Shades of Burning Sand #D28666
Tints of Burning Sand #D28666
RGB
CMYK
RGB Variations
Color information
#D28666 (or 0xD28666) is known color: Burning Sand. HEX triplet: D2, 86 and 66. RGB value is (210,134,102). Sum of RGB (Red+Green+Blue) = 210+134+102=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D28666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28666 is #2D7999. Grayscale: #999999. Windows color (decimal): -2980250 or 6719186. OLE color: 6719186.
HSL color Cylindrical-coordinate representation of color #D28666: hue angle of 17.78º degrees, saturation: 0.55, 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 #D28666 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 102 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.18 |
| HSL | 17.78º | 0.55% | 0.61% | - |
| HSV(B) | 17.78º | 0.51% | 0.82% | - |
| XYZ | 37.5 | 31.71 | 16.71 | - |
| YUV | 153.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 102 | 0 | 0.36 | 0.51 | 0.18 | 17.78 | 0.55 | 0.61 |
| Hex | D2 | 86 | 66 | 0 | 24 | 33 | 12 | 12 | 37 | 3D |
| Octal | 322 | 206 | 146 | 0 | 44 | 63 | 22 | 22 | 67 | 75 |
| Binary | 11010010 | 10000110 | 1100110 | 0 | 100100 | 110011 | 10010 | 10010 | 110111 | 111101 |
Color Harmonies of #D28666
Complementary color
Monochromatic Colors of #D28666
Black with #D28666
Text Example
Text Example
White with #D28666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28666; }
p { color: rgb(210,134,102); }
H1.HeaderClassName
{
color: #D28666;
}
.AnyTagClassName
{
color: #D28666;
}
</style>
background-color css
<style>
a { background-color: #D28666; }
a { background-color: rgb(210,134,102); }
div.DivClassName
{
background-color: #D28666;
}
.BgClassName
{
background-color: #D28666;
}
</style>
border-color css
<style>
span { border-color: #D28666; }
span { border-color: rgb(210,134,102); }
td.TdClassName
{
border-color: #D28666;
}
.TagClassName
{
border-color: #D28666;
}
</style>