Shades of Burning Sand #D68158
Tints of Burning Sand #D68158
RGB
CMYK
RGB Variations
Color information
#D68158 (or 0xD68158) is known color: Burning Sand. HEX triplet: D6, 81 and 58. RGB value is (214,129,88). Sum of RGB (Red+Green+Blue) = 214+129+88=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68158 is #297EA7. Grayscale: #959595. Windows color (decimal): -2719400 or 5800406. OLE color: 5800406.
HSL color Cylindrical-coordinate representation of color #D68158: hue angle of 19.52º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D68158 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 88 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.16 |
| HSL | 19.52º | 0.61% | 0.59% | - |
| HSV(B) | 19.52º | 0.59% | 0.84% | - |
| XYZ | 37.34 | 30.7 | 13.19 | - |
| YUV | 149.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 88 | 0 | 0.40 | 0.59 | 0.16 | 19.52 | 0.61 | 0.59 |
| Hex | D6 | 81 | 58 | 0 | 28 | 3B | 10 | 14 | 3D | 3B |
| Octal | 326 | 201 | 130 | 0 | 50 | 73 | 20 | 24 | 75 | 73 |
| Binary | 11010110 | 10000001 | 1011000 | 0 | 101000 | 111011 | 10000 | 10100 | 111101 | 111011 |
Color Harmonies of #D68158
Complementary color
Monochromatic Colors of #D68158
Black with #D68158
Text Example
Text Example
White with #D68158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68158; }
p { color: rgb(214,129,88); }
H1.HeaderClassName
{
color: #D68158;
}
.AnyTagClassName
{
color: #D68158;
}
</style>
background-color css
<style>
a { background-color: #D68158; }
a { background-color: rgb(214,129,88); }
div.DivClassName
{
background-color: #D68158;
}
.BgClassName
{
background-color: #D68158;
}
</style>
border-color css
<style>
span { border-color: #D68158; }
span { border-color: rgb(214,129,88); }
td.TdClassName
{
border-color: #D68158;
}
.TagClassName
{
border-color: #D68158;
}
</style>