Shades of Burning Sand #D68163
Tints of Burning Sand #D68163
RGB
CMYK
RGB Variations
Color information
#D68163 (or 0xD68163) is known color: Burning Sand. HEX triplet: D6, 81 and 63. RGB value is (214,129,99). Sum of RGB (Red+Green+Blue) = 214+129+99=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D68163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68163 is #297E9C. Grayscale: #979797. Windows color (decimal): -2719389 or 6521302. OLE color: 6521302.
HSL color Cylindrical-coordinate representation of color #D68163: hue angle of 15.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68163 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 99 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.16 |
| HSL | 15.65º | 0.58% | 0.61% | - |
| HSV(B) | 15.65º | 0.54% | 0.84% | - |
| XYZ | 37.83 | 30.9 | 15.77 | - |
| YUV | 151 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 99 | 0 | 0.40 | 0.54 | 0.16 | 15.65 | 0.58 | 0.61 |
| Hex | D6 | 81 | 63 | 0 | 28 | 36 | 10 | 10 | 3A | 3D |
| Octal | 326 | 201 | 143 | 0 | 50 | 66 | 20 | 20 | 72 | 75 |
| Binary | 11010110 | 10000001 | 1100011 | 0 | 101000 | 110110 | 10000 | 10000 | 111010 | 111101 |
Color Harmonies of #D68163
Complementary color
Monochromatic Colors of #D68163
Black with #D68163
Text Example
Text Example
White with #D68163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68163; }
p { color: rgb(214,129,99); }
H1.HeaderClassName
{
color: #D68163;
}
.AnyTagClassName
{
color: #D68163;
}
</style>
background-color css
<style>
a { background-color: #D68163; }
a { background-color: rgb(214,129,99); }
div.DivClassName
{
background-color: #D68163;
}
.BgClassName
{
background-color: #D68163;
}
</style>
border-color css
<style>
span { border-color: #D68163; }
span { border-color: rgb(214,129,99); }
td.TdClassName
{
border-color: #D68163;
}
.TagClassName
{
border-color: #D68163;
}
</style>