Shades of Burning Sand #D2826A
Tints of Burning Sand #D2826A
RGB
CMYK
RGB Variations
Color information
#D2826A (or 0xD2826A) is known color: Burning Sand. HEX triplet: D2, 82 and 6A. RGB value is (210,130,106). Sum of RGB (Red+Green+Blue) = 210+130+106=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2826A is #2D7D95. Grayscale: #979797. Windows color (decimal): -2981270 or 6980306. OLE color: 6980306.
HSL color Cylindrical-coordinate representation of color #D2826A: hue angle of 13.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2826A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 106 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.18 |
| HSL | 13.85º | 0.54% | 0.62% | - |
| HSV(B) | 13.85º | 0.5% | 0.82% | - |
| XYZ | 37.16 | 30.71 | 17.6 | - |
| YUV | 151.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 106 | 0 | 0.38 | 0.50 | 0.18 | 13.85 | 0.54 | 0.62 |
| Hex | D2 | 82 | 6A | 0 | 26 | 32 | 12 | E | 36 | 3E |
| Octal | 322 | 202 | 152 | 0 | 46 | 62 | 22 | 16 | 66 | 76 |
| Binary | 11010010 | 10000010 | 1101010 | 0 | 100110 | 110010 | 10010 | 1110 | 110110 | 111110 |
Color Harmonies of #D2826A
Complementary color
Monochromatic Colors of #D2826A
Black with #D2826A
Text Example
Text Example
White with #D2826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2826A; }
p { color: rgb(210,130,106); }
H1.HeaderClassName
{
color: #D2826A;
}
.AnyTagClassName
{
color: #D2826A;
}
</style>
background-color css
<style>
a { background-color: #D2826A; }
a { background-color: rgb(210,130,106); }
div.DivClassName
{
background-color: #D2826A;
}
.BgClassName
{
background-color: #D2826A;
}
</style>
border-color css
<style>
span { border-color: #D2826A; }
span { border-color: rgb(210,130,106); }
td.TdClassName
{
border-color: #D2826A;
}
.TagClassName
{
border-color: #D2826A;
}
</style>