Shades of Burning Sand #D4825B
Tints of Burning Sand #D4825B
RGB
CMYK
RGB Variations
Color information
#D4825B (or 0xD4825B) is known color: Burning Sand. HEX triplet: D4, 82 and 5B. RGB value is (212,130,91). Sum of RGB (Red+Green+Blue) = 212+130+91=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4825B is #2B7DA4. Grayscale: #969696. Windows color (decimal): -2850213 or 5997268. OLE color: 5997268.
HSL color Cylindrical-coordinate representation of color #D4825B: hue angle of 19.34º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4825B is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 91 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.17 |
| HSL | 19.34º | 0.58% | 0.59% | - |
| HSV(B) | 19.34º | 0.57% | 0.83% | - |
| XYZ | 37.02 | 30.72 | 13.88 | - |
| YUV | 150.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 91 | 0 | 0.39 | 0.57 | 0.17 | 19.34 | 0.58 | 0.59 |
| Hex | D4 | 82 | 5B | 0 | 27 | 39 | 11 | 13 | 3A | 3B |
| Octal | 324 | 202 | 133 | 0 | 47 | 71 | 21 | 23 | 72 | 73 |
| Binary | 11010100 | 10000010 | 1011011 | 0 | 100111 | 111001 | 10001 | 10011 | 111010 | 111011 |
Color Harmonies of #D4825B
Complementary color
Monochromatic Colors of #D4825B
Black with #D4825B
Text Example
Text Example
White with #D4825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4825B; }
p { color: rgb(212,130,91); }
H1.HeaderClassName
{
color: #D4825B;
}
.AnyTagClassName
{
color: #D4825B;
}
</style>
background-color css
<style>
a { background-color: #D4825B; }
a { background-color: rgb(212,130,91); }
div.DivClassName
{
background-color: #D4825B;
}
.BgClassName
{
background-color: #D4825B;
}
</style>
border-color css
<style>
span { border-color: #D4825B; }
span { border-color: rgb(212,130,91); }
td.TdClassName
{
border-color: #D4825B;
}
.TagClassName
{
border-color: #D4825B;
}
</style>