Shades of Burning Sand #D88166
Tints of Burning Sand #D88166
RGB
CMYK
RGB Variations
Color information
#D88166 (or 0xD88166) is known color: Burning Sand. HEX triplet: D8, 81 and 66. RGB value is (216,129,102). Sum of RGB (Red+Green+Blue) = 216+129+102=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88166 is #277E99. Grayscale: #989898. Windows color (decimal): -2588314 or 6717912. OLE color: 6717912.
HSL color Cylindrical-coordinate representation of color #D88166: hue angle of 14.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88166 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 102 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.15 |
| HSL | 14.21º | 0.59% | 0.62% | - |
| HSV(B) | 14.21º | 0.53% | 0.85% | - |
| XYZ | 38.57 | 31.26 | 16.57 | - |
| YUV | 151.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 102 | 0 | 0.40 | 0.53 | 0.15 | 14.21 | 0.59 | 0.62 |
| Hex | D8 | 81 | 66 | 0 | 28 | 35 | F | E | 3B | 3E |
| Octal | 330 | 201 | 146 | 0 | 50 | 65 | 17 | 16 | 73 | 76 |
| Binary | 11011000 | 10000001 | 1100110 | 0 | 101000 | 110101 | 1111 | 1110 | 111011 | 111110 |
Color Harmonies of #D88166
Complementary color
Monochromatic Colors of #D88166
Black with #D88166
Text Example
Text Example
White with #D88166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88166; }
p { color: rgb(216,129,102); }
H1.HeaderClassName
{
color: #D88166;
}
.AnyTagClassName
{
color: #D88166;
}
</style>
background-color css
<style>
a { background-color: #D88166; }
a { background-color: rgb(216,129,102); }
div.DivClassName
{
background-color: #D88166;
}
.BgClassName
{
background-color: #D88166;
}
</style>
border-color css
<style>
span { border-color: #D88166; }
span { border-color: rgb(216,129,102); }
td.TdClassName
{
border-color: #D88166;
}
.TagClassName
{
border-color: #D88166;
}
</style>