Shades of Burning Sand #D08065
Tints of Burning Sand #D08065
RGB
CMYK
RGB Variations
Color information
#D08065 (or 0xD08065) is known color: Burning Sand. HEX triplet: D0, 80 and 65. RGB value is (208,128,101). Sum of RGB (Red+Green+Blue) = 208+128+101=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D08065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08065 is #2F7F9A. Grayscale: #959595. Windows color (decimal): -3112859 or 6652112. OLE color: 6652112.
HSL color Cylindrical-coordinate representation of color #D08065: hue angle of 15.14º 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 #D08065 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 101 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.18 |
| HSL | 15.14º | 0.53% | 0.61% | - |
| HSV(B) | 15.14º | 0.51% | 0.82% | - |
| XYZ | 36.08 | 29.79 | 16.16 | - |
| YUV | 148.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 101 | 0 | 0.38 | 0.51 | 0.18 | 15.14 | 0.53 | 0.61 |
| Hex | D0 | 80 | 65 | 0 | 26 | 33 | 12 | F | 35 | 3D |
| Octal | 320 | 200 | 145 | 0 | 46 | 63 | 22 | 17 | 65 | 75 |
| Binary | 11010000 | 10000000 | 1100101 | 0 | 100110 | 110011 | 10010 | 1111 | 110101 | 111101 |
Color Harmonies of #D08065
Complementary color
Monochromatic Colors of #D08065
Black with #D08065
Text Example
Text Example
White with #D08065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08065; }
p { color: rgb(208,128,101); }
H1.HeaderClassName
{
color: #D08065;
}
.AnyTagClassName
{
color: #D08065;
}
</style>
background-color css
<style>
a { background-color: #D08065; }
a { background-color: rgb(208,128,101); }
div.DivClassName
{
background-color: #D08065;
}
.BgClassName
{
background-color: #D08065;
}
</style>
border-color css
<style>
span { border-color: #D08065; }
span { border-color: rgb(208,128,101); }
td.TdClassName
{
border-color: #D08065;
}
.TagClassName
{
border-color: #D08065;
}
</style>