Shades of Burning Sand #D4816C
Tints of Burning Sand #D4816C
RGB
CMYK
RGB Variations
Color information
#D4816C (or 0xD4816C) is known color: Burning Sand. HEX triplet: D4, 81 and 6C. RGB value is (212,129,108). Sum of RGB (Red+Green+Blue) = 212+129+108=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4816C is #2B7E93. Grayscale: #979797. Windows color (decimal): -2850452 or 7111124. OLE color: 7111124.
HSL color Cylindrical-coordinate representation of color #D4816C: hue angle of 12.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4816C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 108 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.17 |
| HSL | 12.12º | 0.55% | 0.63% | - |
| HSV(B) | 12.12º | 0.49% | 0.83% | - |
| XYZ | 37.71 | 30.78 | 18.14 | - |
| YUV | 151.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 108 | 0 | 0.39 | 0.49 | 0.17 | 12.12 | 0.55 | 0.63 |
| Hex | D4 | 81 | 6C | 0 | 27 | 31 | 11 | C | 37 | 3F |
| Octal | 324 | 201 | 154 | 0 | 47 | 61 | 21 | 14 | 67 | 77 |
| Binary | 11010100 | 10000001 | 1101100 | 0 | 100111 | 110001 | 10001 | 1100 | 110111 | 111111 |
Color Harmonies of #D4816C
Complementary color
Monochromatic Colors of #D4816C
Black with #D4816C
Text Example
Text Example
White with #D4816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4816C; }
p { color: rgb(212,129,108); }
H1.HeaderClassName
{
color: #D4816C;
}
.AnyTagClassName
{
color: #D4816C;
}
</style>
background-color css
<style>
a { background-color: #D4816C; }
a { background-color: rgb(212,129,108); }
div.DivClassName
{
background-color: #D4816C;
}
.BgClassName
{
background-color: #D4816C;
}
</style>
border-color css
<style>
span { border-color: #D4816C; }
span { border-color: rgb(212,129,108); }
td.TdClassName
{
border-color: #D4816C;
}
.TagClassName
{
border-color: #D4816C;
}
</style>