Shades of Burning Sand #D48365
Tints of Burning Sand #D48365
RGB
CMYK
RGB Variations
Color information
#D48365 (or 0xD48365) is known color: Burning Sand. HEX triplet: D4, 83 and 65. RGB value is (212,131,101). Sum of RGB (Red+Green+Blue) = 212+131+101=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48365 is #2B7C9A. Grayscale: #989898. Windows color (decimal): -2849947 or 6652884. OLE color: 6652884.
HSL color Cylindrical-coordinate representation of color #D48365: hue angle of 16.22º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48365 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 101 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.17 |
| HSL | 16.22º | 0.56% | 0.61% | - |
| HSV(B) | 16.22º | 0.52% | 0.83% | - |
| XYZ | 37.62 | 31.17 | 16.35 | - |
| YUV | 151.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 101 | 0 | 0.38 | 0.52 | 0.17 | 16.22 | 0.56 | 0.61 |
| Hex | D4 | 83 | 65 | 0 | 26 | 34 | 11 | 10 | 38 | 3D |
| Octal | 324 | 203 | 145 | 0 | 46 | 64 | 21 | 20 | 70 | 75 |
| Binary | 11010100 | 10000011 | 1100101 | 0 | 100110 | 110100 | 10001 | 10000 | 111000 | 111101 |
Color Harmonies of #D48365
Complementary color
Monochromatic Colors of #D48365
Black with #D48365
Text Example
Text Example
White with #D48365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48365; }
p { color: rgb(212,131,101); }
H1.HeaderClassName
{
color: #D48365;
}
.AnyTagClassName
{
color: #D48365;
}
</style>
background-color css
<style>
a { background-color: #D48365; }
a { background-color: rgb(212,131,101); }
div.DivClassName
{
background-color: #D48365;
}
.BgClassName
{
background-color: #D48365;
}
</style>
border-color css
<style>
span { border-color: #D48365; }
span { border-color: rgb(212,131,101); }
td.TdClassName
{
border-color: #D48365;
}
.TagClassName
{
border-color: #D48365;
}
</style>