Shades of Burning Sand #D2825B
Tints of Burning Sand #D2825B
RGB
CMYK
RGB Variations
Color information
#D2825B (or 0xD2825B) is known color: Burning Sand. HEX triplet: D2, 82 and 5B. RGB value is (210,130,91). Sum of RGB (Red+Green+Blue) = 210+130+91=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2825B is #2D7DA4. Grayscale: #959595. Windows color (decimal): -2981285 or 5997266. OLE color: 5997266.
HSL color Cylindrical-coordinate representation of color #D2825B: hue angle of 19.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2825B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 91 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.18 |
| HSL | 19.66º | 0.57% | 0.59% | - |
| HSV(B) | 19.66º | 0.57% | 0.82% | - |
| XYZ | 36.45 | 30.42 | 13.85 | - |
| YUV | 149.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 91 | 0 | 0.38 | 0.57 | 0.18 | 19.66 | 0.57 | 0.59 |
| Hex | D2 | 82 | 5B | 0 | 26 | 39 | 12 | 14 | 39 | 3B |
| Octal | 322 | 202 | 133 | 0 | 46 | 71 | 22 | 24 | 71 | 73 |
| Binary | 11010010 | 10000010 | 1011011 | 0 | 100110 | 111001 | 10010 | 10100 | 111001 | 111011 |
Color Harmonies of #D2825B
Complementary color
Monochromatic Colors of #D2825B
Black with #D2825B
Text Example
Text Example
White with #D2825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2825B; }
p { color: rgb(210,130,91); }
H1.HeaderClassName
{
color: #D2825B;
}
.AnyTagClassName
{
color: #D2825B;
}
</style>
background-color css
<style>
a { background-color: #D2825B; }
a { background-color: rgb(210,130,91); }
div.DivClassName
{
background-color: #D2825B;
}
.BgClassName
{
background-color: #D2825B;
}
</style>
border-color css
<style>
span { border-color: #D2825B; }
span { border-color: rgb(210,130,91); }
td.TdClassName
{
border-color: #D2825B;
}
.TagClassName
{
border-color: #D2825B;
}
</style>