Shades of Burning Sand #D08069
Tints of Burning Sand #D08069
RGB
CMYK
RGB Variations
Color information
#D08069 (or 0xD08069) is known color: Burning Sand. HEX triplet: D0, 80 and 69. RGB value is (208,128,105). Sum of RGB (Red+Green+Blue) = 208+128+105=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08069 is #2F7F96. Grayscale: #959595. Windows color (decimal): -3112855 or 6914256. OLE color: 6914256.
HSL color Cylindrical-coordinate representation of color #D08069: hue angle of 13.4º degrees, saturation: 0.52, 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 #D08069 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 105 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.18 |
| HSL | 13.4º | 0.52% | 0.61% | - |
| HSV(B) | 13.4º | 0.5% | 0.82% | - |
| XYZ | 36.28 | 29.87 | 17.22 | - |
| YUV | 149.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 105 | 0 | 0.38 | 0.50 | 0.18 | 13.4 | 0.52 | 0.61 |
| Hex | D0 | 80 | 69 | 0 | 26 | 32 | 12 | D | 34 | 3D |
| Octal | 320 | 200 | 151 | 0 | 46 | 62 | 22 | 15 | 64 | 75 |
| Binary | 11010000 | 10000000 | 1101001 | 0 | 100110 | 110010 | 10010 | 1101 | 110100 | 111101 |
Color Harmonies of #D08069
Complementary color
Monochromatic Colors of #D08069
Black with #D08069
Text Example
Text Example
White with #D08069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08069; }
p { color: rgb(208,128,105); }
H1.HeaderClassName
{
color: #D08069;
}
.AnyTagClassName
{
color: #D08069;
}
</style>
background-color css
<style>
a { background-color: #D08069; }
a { background-color: rgb(208,128,105); }
div.DivClassName
{
background-color: #D08069;
}
.BgClassName
{
background-color: #D08069;
}
</style>
border-color css
<style>
span { border-color: #D08069; }
span { border-color: rgb(208,128,105); }
td.TdClassName
{
border-color: #D08069;
}
.TagClassName
{
border-color: #D08069;
}
</style>