Shades of Burning Sand #D4846B
Tints of Burning Sand #D4846B
RGB
CMYK
RGB Variations
Color information
#D4846B (or 0xD4846B) is known color: Burning Sand. HEX triplet: D4, 84 and 6B. RGB value is (212,132,107). Sum of RGB (Red+Green+Blue) = 212+132+107=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4846B is #2B7B94. Grayscale: #999999. Windows color (decimal): -2849685 or 7046356. OLE color: 7046356.
HSL color Cylindrical-coordinate representation of color #D4846B: hue angle of 14.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4846B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 107 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.17 |
| HSL | 14.29º | 0.55% | 0.63% | - |
| HSV(B) | 14.29º | 0.5% | 0.83% | - |
| XYZ | 38.06 | 31.56 | 18 | - |
| YUV | 153.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 107 | 0 | 0.38 | 0.50 | 0.17 | 14.29 | 0.55 | 0.63 |
| Hex | D4 | 84 | 6B | 0 | 26 | 32 | 11 | E | 37 | 3F |
| Octal | 324 | 204 | 153 | 0 | 46 | 62 | 21 | 16 | 67 | 77 |
| Binary | 11010100 | 10000100 | 1101011 | 0 | 100110 | 110010 | 10001 | 1110 | 110111 | 111111 |
Color Harmonies of #D4846B
Complementary color
Monochromatic Colors of #D4846B
Black with #D4846B
Text Example
Text Example
White with #D4846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4846B; }
p { color: rgb(212,132,107); }
H1.HeaderClassName
{
color: #D4846B;
}
.AnyTagClassName
{
color: #D4846B;
}
</style>
background-color css
<style>
a { background-color: #D4846B; }
a { background-color: rgb(212,132,107); }
div.DivClassName
{
background-color: #D4846B;
}
.BgClassName
{
background-color: #D4846B;
}
</style>
border-color css
<style>
span { border-color: #D4846B; }
span { border-color: rgb(212,132,107); }
td.TdClassName
{
border-color: #D4846B;
}
.TagClassName
{
border-color: #D4846B;
}
</style>