Shades of Burning Sand #D2826C
Tints of Burning Sand #D2826C
RGB
CMYK
RGB Variations
Color information
#D2826C (or 0xD2826C) is known color: Burning Sand. HEX triplet: D2, 82 and 6C. RGB value is (210,130,108). Sum of RGB (Red+Green+Blue) = 210+130+108=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2826C is #2D7D93. Grayscale: #979797. Windows color (decimal): -2981268 or 7111378. OLE color: 7111378.
HSL color Cylindrical-coordinate representation of color #D2826C: hue angle of 12.94º 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 #D2826C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 108 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.18 |
| HSL | 12.94º | 0.53% | 0.62% | - |
| HSV(B) | 12.94º | 0.49% | 0.82% | - |
| XYZ | 37.27 | 30.75 | 18.16 | - |
| YUV | 151.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 108 | 0 | 0.38 | 0.49 | 0.18 | 12.94 | 0.53 | 0.62 |
| Hex | D2 | 82 | 6C | 0 | 26 | 31 | 12 | D | 35 | 3E |
| Octal | 322 | 202 | 154 | 0 | 46 | 61 | 22 | 15 | 65 | 76 |
| Binary | 11010010 | 10000010 | 1101100 | 0 | 100110 | 110001 | 10010 | 1101 | 110101 | 111110 |
Color Harmonies of #D2826C
Complementary color
Monochromatic Colors of #D2826C
Black with #D2826C
Text Example
Text Example
White with #D2826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2826C; }
p { color: rgb(210,130,108); }
H1.HeaderClassName
{
color: #D2826C;
}
.AnyTagClassName
{
color: #D2826C;
}
</style>
background-color css
<style>
a { background-color: #D2826C; }
a { background-color: rgb(210,130,108); }
div.DivClassName
{
background-color: #D2826C;
}
.BgClassName
{
background-color: #D2826C;
}
</style>
border-color css
<style>
span { border-color: #D2826C; }
span { border-color: rgb(210,130,108); }
td.TdClassName
{
border-color: #D2826C;
}
.TagClassName
{
border-color: #D2826C;
}
</style>