Shades of Burning Sand #D48468
Tints of Burning Sand #D48468
RGB
CMYK
RGB Variations
Color information
#D48468 (or 0xD48468) is known color: Burning Sand. HEX triplet: D4, 84 and 68. RGB value is (212,132,104). Sum of RGB (Red+Green+Blue) = 212+132+104=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48468 is #2B7B97. Grayscale: #989898. Windows color (decimal): -2849688 or 6849748. OLE color: 6849748.
HSL color Cylindrical-coordinate representation of color #D48468: hue angle of 15.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D48468 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 104 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.17 |
| HSL | 15.56º | 0.56% | 0.62% | - |
| HSV(B) | 15.56º | 0.51% | 0.83% | - |
| XYZ | 37.9 | 31.5 | 17.18 | - |
| YUV | 152.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 104 | 0 | 0.38 | 0.51 | 0.17 | 15.56 | 0.56 | 0.62 |
| Hex | D4 | 84 | 68 | 0 | 26 | 33 | 11 | 10 | 38 | 3E |
| Octal | 324 | 204 | 150 | 0 | 46 | 63 | 21 | 20 | 70 | 76 |
| Binary | 11010100 | 10000100 | 1101000 | 0 | 100110 | 110011 | 10001 | 10000 | 111000 | 111110 |
Color Harmonies of #D48468
Complementary color
Monochromatic Colors of #D48468
Black with #D48468
Text Example
Text Example
White with #D48468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48468; }
p { color: rgb(212,132,104); }
H1.HeaderClassName
{
color: #D48468;
}
.AnyTagClassName
{
color: #D48468;
}
</style>
background-color css
<style>
a { background-color: #D48468; }
a { background-color: rgb(212,132,104); }
div.DivClassName
{
background-color: #D48468;
}
.BgClassName
{
background-color: #D48468;
}
</style>
border-color css
<style>
span { border-color: #D48468; }
span { border-color: rgb(212,132,104); }
td.TdClassName
{
border-color: #D48468;
}
.TagClassName
{
border-color: #D48468;
}
</style>