Shades of Burning Sand #D2806C
Tints of Burning Sand #D2806C
RGB
CMYK
RGB Variations
Color information
#D2806C (or 0xD2806C) is known color: Burning Sand. HEX triplet: D2, 80 and 6C. RGB value is (210,128,108). Sum of RGB (Red+Green+Blue) = 210+128+108=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2806C is #2D7F93. Grayscale: #969696. Windows color (decimal): -2981780 or 7110866. OLE color: 7110866.
HSL color Cylindrical-coordinate representation of color #D2806C: hue angle of 11.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2806C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 108 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.18 |
| HSL | 11.76º | 0.53% | 0.62% | - |
| HSV(B) | 11.76º | 0.49% | 0.82% | - |
| XYZ | 37 | 30.22 | 18.07 | - |
| YUV | 150.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 108 | 0 | 0.39 | 0.49 | 0.18 | 11.76 | 0.53 | 0.62 |
| Hex | D2 | 80 | 6C | 0 | 27 | 31 | 12 | C | 35 | 3E |
| Octal | 322 | 200 | 154 | 0 | 47 | 61 | 22 | 14 | 65 | 76 |
| Binary | 11010010 | 10000000 | 1101100 | 0 | 100111 | 110001 | 10010 | 1100 | 110101 | 111110 |
Color Harmonies of #D2806C
Complementary color
Monochromatic Colors of #D2806C
Black with #D2806C
Text Example
Text Example
White with #D2806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2806C; }
p { color: rgb(210,128,108); }
H1.HeaderClassName
{
color: #D2806C;
}
.AnyTagClassName
{
color: #D2806C;
}
</style>
background-color css
<style>
a { background-color: #D2806C; }
a { background-color: rgb(210,128,108); }
div.DivClassName
{
background-color: #D2806C;
}
.BgClassName
{
background-color: #D2806C;
}
</style>
border-color css
<style>
span { border-color: #D2806C; }
span { border-color: rgb(210,128,108); }
td.TdClassName
{
border-color: #D2806C;
}
.TagClassName
{
border-color: #D2806C;
}
</style>