Shades of Burning Sand #D08168
Tints of Burning Sand #D08168
RGB
CMYK
RGB Variations
Color information
#D08168 (or 0xD08168) is known color: Burning Sand. HEX triplet: D0, 81 and 68. RGB value is (208,129,104). Sum of RGB (Red+Green+Blue) = 208+129+104=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08168 is #2F7E97. Grayscale: #959595. Windows color (decimal): -3112600 or 6848976. OLE color: 6848976.
HSL color Cylindrical-coordinate representation of color #D08168: hue angle of 14.42º 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 #D08168 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 104 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.18 |
| HSL | 14.42º | 0.53% | 0.61% | - |
| HSV(B) | 14.42º | 0.5% | 0.82% | - |
| XYZ | 36.36 | 30.11 | 16.99 | - |
| YUV | 149.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 104 | 0 | 0.38 | 0.5 | 0.18 | 14.42 | 0.53 | 0.61 |
| Hex | D0 | 81 | 68 | 0 | 26 | 32 | 12 | E | 35 | 3D |
| Octal | 320 | 201 | 150 | 0 | 46 | 62 | 22 | 16 | 65 | 75 |
| Binary | 11010000 | 10000001 | 1101000 | 0 | 100110 | 110010 | 10010 | 1110 | 110101 | 111101 |
Color Harmonies of #D08168
Complementary color
Monochromatic Colors of #D08168
Black with #D08168
Text Example
Text Example
White with #D08168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08168; }
p { color: rgb(208,129,104); }
H1.HeaderClassName
{
color: #D08168;
}
.AnyTagClassName
{
color: #D08168;
}
</style>
background-color css
<style>
a { background-color: #D08168; }
a { background-color: rgb(208,129,104); }
div.DivClassName
{
background-color: #D08168;
}
.BgClassName
{
background-color: #D08168;
}
</style>
border-color css
<style>
span { border-color: #D08168; }
span { border-color: rgb(208,129,104); }
td.TdClassName
{
border-color: #D08168;
}
.TagClassName
{
border-color: #D08168;
}
</style>