Shades of Burning Sand #D68167
Tints of Burning Sand #D68167
RGB
CMYK
RGB Variations
Color information
#D68167 (or 0xD68167) is known color: Burning Sand. HEX triplet: D6, 81 and 67. RGB value is (214,129,103). Sum of RGB (Red+Green+Blue) = 214+129+103=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D68167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68167 is #297E98. Grayscale: #979797. Windows color (decimal): -2719385 or 6783446. OLE color: 6783446.
HSL color Cylindrical-coordinate representation of color #D68167: hue angle of 14.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D68167 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 103 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.16 |
| HSL | 14.05º | 0.58% | 0.62% | - |
| HSV(B) | 14.05º | 0.52% | 0.84% | - |
| XYZ | 38.03 | 30.98 | 16.81 | - |
| YUV | 151.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 103 | 0 | 0.40 | 0.52 | 0.16 | 14.05 | 0.58 | 0.62 |
| Hex | D6 | 81 | 67 | 0 | 28 | 34 | 10 | E | 3A | 3E |
| Octal | 326 | 201 | 147 | 0 | 50 | 64 | 20 | 16 | 72 | 76 |
| Binary | 11010110 | 10000001 | 1100111 | 0 | 101000 | 110100 | 10000 | 1110 | 111010 | 111110 |
Color Harmonies of #D68167
Complementary color
Monochromatic Colors of #D68167
Black with #D68167
Text Example
Text Example
White with #D68167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68167; }
p { color: rgb(214,129,103); }
H1.HeaderClassName
{
color: #D68167;
}
.AnyTagClassName
{
color: #D68167;
}
</style>
background-color css
<style>
a { background-color: #D68167; }
a { background-color: rgb(214,129,103); }
div.DivClassName
{
background-color: #D68167;
}
.BgClassName
{
background-color: #D68167;
}
</style>
border-color css
<style>
span { border-color: #D68167; }
span { border-color: rgb(214,129,103); }
td.TdClassName
{
border-color: #D68167;
}
.TagClassName
{
border-color: #D68167;
}
</style>