Shades of Burning Sand #D08665
Tints of Burning Sand #D08665
RGB
CMYK
RGB Variations
Color information
#D08665 (or 0xD08665) is known color: Burning Sand. HEX triplet: D0, 86 and 65. RGB value is (208,134,101). Sum of RGB (Red+Green+Blue) = 208+134+101=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08665 is #2F799A. Grayscale: #989898. Windows color (decimal): -3111323 or 6653648. OLE color: 6653648.
HSL color Cylindrical-coordinate representation of color #D08665: hue angle of 18.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D08665 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 101 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.18 |
| HSL | 18.5º | 0.53% | 0.61% | - |
| HSV(B) | 18.5º | 0.51% | 0.82% | - |
| XYZ | 36.89 | 31.4 | 16.43 | - |
| YUV | 152.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 101 | 0 | 0.36 | 0.51 | 0.18 | 18.5 | 0.53 | 0.61 |
| Hex | D0 | 86 | 65 | 0 | 24 | 33 | 12 | 13 | 35 | 3D |
| Octal | 320 | 206 | 145 | 0 | 44 | 63 | 22 | 23 | 65 | 75 |
| Binary | 11010000 | 10000110 | 1100101 | 0 | 100100 | 110011 | 10010 | 10011 | 110101 | 111101 |
Color Harmonies of #D08665
Complementary color
Monochromatic Colors of #D08665
Black with #D08665
Text Example
Text Example
White with #D08665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08665; }
p { color: rgb(208,134,101); }
H1.HeaderClassName
{
color: #D08665;
}
.AnyTagClassName
{
color: #D08665;
}
</style>
background-color css
<style>
a { background-color: #D08665; }
a { background-color: rgb(208,134,101); }
div.DivClassName
{
background-color: #D08665;
}
.BgClassName
{
background-color: #D08665;
}
</style>
border-color css
<style>
span { border-color: #D08665; }
span { border-color: rgb(208,134,101); }
td.TdClassName
{
border-color: #D08665;
}
.TagClassName
{
border-color: #D08665;
}
</style>