Shades of Burning Sand #D48766
Tints of Burning Sand #D48766
RGB
CMYK
RGB Variations
Color information
#D48766 (or 0xD48766) is known color: Burning Sand. HEX triplet: D4, 87 and 66. RGB value is (212,135,102). Sum of RGB (Red+Green+Blue) = 212+135+102=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48766 is #2B7899. Grayscale: #9A9A9A. Windows color (decimal): -2848922 or 6719444. OLE color: 6719444.
HSL color Cylindrical-coordinate representation of color #D48766: hue angle of 18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48766 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 102 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.17 |
| HSL | 18º | 0.56% | 0.62% | - |
| HSV(B) | 18º | 0.52% | 0.83% | - |
| XYZ | 38.21 | 32.28 | 16.79 | - |
| YUV | 154.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 102 | 0 | 0.36 | 0.52 | 0.17 | 18 | 0.56 | 0.62 |
| Hex | D4 | 87 | 66 | 0 | 24 | 34 | 11 | 12 | 38 | 3E |
| Octal | 324 | 207 | 146 | 0 | 44 | 64 | 21 | 22 | 70 | 76 |
| Binary | 11010100 | 10000111 | 1100110 | 0 | 100100 | 110100 | 10001 | 10010 | 111000 | 111110 |
Color Harmonies of #D48766
Complementary color
Monochromatic Colors of #D48766
Black with #D48766
Text Example
Text Example
White with #D48766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48766; }
p { color: rgb(212,135,102); }
H1.HeaderClassName
{
color: #D48766;
}
.AnyTagClassName
{
color: #D48766;
}
</style>
background-color css
<style>
a { background-color: #D48766; }
a { background-color: rgb(212,135,102); }
div.DivClassName
{
background-color: #D48766;
}
.BgClassName
{
background-color: #D48766;
}
</style>
border-color css
<style>
span { border-color: #D48766; }
span { border-color: rgb(212,135,102); }
td.TdClassName
{
border-color: #D48766;
}
.TagClassName
{
border-color: #D48766;
}
</style>