Shades of Burning Sand #D48162
Tints of Burning Sand #D48162
RGB
CMYK
RGB Variations
Color information
#D48162 (or 0xD48162) is known color: Burning Sand. HEX triplet: D4, 81 and 62. RGB value is (212,129,98). Sum of RGB (Red+Green+Blue) = 212+129+98=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D48162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48162 is #2B7E9D. Grayscale: #969696. Windows color (decimal): -2850462 or 6455764. OLE color: 6455764.
HSL color Cylindrical-coordinate representation of color #D48162: hue angle of 16.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D48162 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 98 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.17 |
| HSL | 16.32º | 0.57% | 0.61% | - |
| HSV(B) | 16.32º | 0.54% | 0.83% | - |
| XYZ | 37.21 | 30.58 | 15.5 | - |
| YUV | 150.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 98 | 0 | 0.39 | 0.54 | 0.17 | 16.32 | 0.57 | 0.61 |
| Hex | D4 | 81 | 62 | 0 | 27 | 36 | 11 | 10 | 39 | 3D |
| Octal | 324 | 201 | 142 | 0 | 47 | 66 | 21 | 20 | 71 | 75 |
| Binary | 11010100 | 10000001 | 1100010 | 0 | 100111 | 110110 | 10001 | 10000 | 111001 | 111101 |
Color Harmonies of #D48162
Complementary color
Monochromatic Colors of #D48162
Black with #D48162
Text Example
Text Example
White with #D48162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48162; }
p { color: rgb(212,129,98); }
H1.HeaderClassName
{
color: #D48162;
}
.AnyTagClassName
{
color: #D48162;
}
</style>
background-color css
<style>
a { background-color: #D48162; }
a { background-color: rgb(212,129,98); }
div.DivClassName
{
background-color: #D48162;
}
.BgClassName
{
background-color: #D48162;
}
</style>
border-color css
<style>
span { border-color: #D48162; }
span { border-color: rgb(212,129,98); }
td.TdClassName
{
border-color: #D48162;
}
.TagClassName
{
border-color: #D48162;
}
</style>