Shades of Burning Sand #D08968
Tints of Burning Sand #D08968
RGB
CMYK
RGB Variations
Color information
#D08968 (or 0xD08968) is known color: Burning Sand. HEX triplet: D0, 89 and 68. RGB value is (208,137,104). Sum of RGB (Red+Green+Blue) = 208+137+104=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D08968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08968 is #2F7697. Grayscale: #9A9A9A. Windows color (decimal): -3110552 or 6851024. OLE color: 6851024.
HSL color Cylindrical-coordinate representation of color #D08968: hue angle of 19.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08968 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 104 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.18 |
| HSL | 19.04º | 0.53% | 0.61% | - |
| HSV(B) | 19.04º | 0.5% | 0.82% | - |
| XYZ | 37.46 | 32.3 | 17.36 | - |
| YUV | 154.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 104 | 0 | 0.34 | 0.5 | 0.18 | 19.04 | 0.53 | 0.61 |
| Hex | D0 | 89 | 68 | 0 | 22 | 32 | 12 | 13 | 35 | 3D |
| Octal | 320 | 211 | 150 | 0 | 42 | 62 | 22 | 23 | 65 | 75 |
| Binary | 11010000 | 10001001 | 1101000 | 0 | 100010 | 110010 | 10010 | 10011 | 110101 | 111101 |
Color Harmonies of #D08968
Complementary color
Monochromatic Colors of #D08968
Black with #D08968
Text Example
Text Example
White with #D08968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08968; }
p { color: rgb(208,137,104); }
H1.HeaderClassName
{
color: #D08968;
}
.AnyTagClassName
{
color: #D08968;
}
</style>
background-color css
<style>
a { background-color: #D08968; }
a { background-color: rgb(208,137,104); }
div.DivClassName
{
background-color: #D08968;
}
.BgClassName
{
background-color: #D08968;
}
</style>
border-color css
<style>
span { border-color: #D08968; }
span { border-color: rgb(208,137,104); }
td.TdClassName
{
border-color: #D08968;
}
.TagClassName
{
border-color: #D08968;
}
</style>