Shades of Burning Sand #D08256
Tints of Burning Sand #D08256
RGB
CMYK
RGB Variations
Color information
#D08256 (or 0xD08256) is known color: Burning Sand. HEX triplet: D0, 82 and 56. RGB value is (208,130,86). Sum of RGB (Red+Green+Blue) = 208+130+86=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D08256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08256 is #2F7DA9. Grayscale: #949494. Windows color (decimal): -3112362 or 5669584. OLE color: 5669584.
HSL color Cylindrical-coordinate representation of color #D08256: hue angle of 21.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D08256 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 86 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.64º | 0.56% | 0.58% | - |
| HSV(B) | 21.64º | 0.59% | 0.82% | - |
| XYZ | 35.67 | 30.05 | 12.72 | - |
| YUV | 148.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 86 | 0 | 0.38 | 0.59 | 0.18 | 21.64 | 0.56 | 0.58 |
| Hex | D0 | 82 | 56 | 0 | 26 | 3B | 12 | 16 | 38 | 3A |
| Octal | 320 | 202 | 126 | 0 | 46 | 73 | 22 | 26 | 70 | 72 |
| Binary | 11010000 | 10000010 | 1010110 | 0 | 100110 | 111011 | 10010 | 10110 | 111000 | 111010 |
Color Harmonies of #D08256
Complementary color
Monochromatic Colors of #D08256
Black with #D08256
Text Example
Text Example
White with #D08256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08256; }
p { color: rgb(208,130,86); }
H1.HeaderClassName
{
color: #D08256;
}
.AnyTagClassName
{
color: #D08256;
}
</style>
background-color css
<style>
a { background-color: #D08256; }
a { background-color: rgb(208,130,86); }
div.DivClassName
{
background-color: #D08256;
}
.BgClassName
{
background-color: #D08256;
}
</style>
border-color css
<style>
span { border-color: #D08256; }
span { border-color: rgb(208,130,86); }
td.TdClassName
{
border-color: #D08256;
}
.TagClassName
{
border-color: #D08256;
}
</style>