Shades of Burning Sand #D08263
Tints of Burning Sand #D08263
RGB
CMYK
RGB Variations
Color information
#D08263 (or 0xD08263) is known color: Burning Sand. HEX triplet: D0, 82 and 63. RGB value is (208,130,99). Sum of RGB (Red+Green+Blue) = 208+130+99=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D08263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08263 is #2F7D9C. Grayscale: #959595. Windows color (decimal): -3112349 or 6521552. OLE color: 6521552.
HSL color Cylindrical-coordinate representation of color #D08263: hue angle of 17.06º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D08263 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 99 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.18 |
| HSL | 17.06º | 0.54% | 0.6% | - |
| HSV(B) | 17.06º | 0.52% | 0.82% | - |
| XYZ | 36.25 | 30.28 | 15.74 | - |
| YUV | 149.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 99 | 0 | 0.38 | 0.52 | 0.18 | 17.06 | 0.54 | 0.6 |
| Hex | D0 | 82 | 63 | 0 | 26 | 34 | 12 | 11 | 36 | 3C |
| Octal | 320 | 202 | 143 | 0 | 46 | 64 | 22 | 21 | 66 | 74 |
| Binary | 11010000 | 10000010 | 1100011 | 0 | 100110 | 110100 | 10010 | 10001 | 110110 | 111100 |
Color Harmonies of #D08263
Complementary color
Monochromatic Colors of #D08263
Black with #D08263
Text Example
Text Example
White with #D08263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08263; }
p { color: rgb(208,130,99); }
H1.HeaderClassName
{
color: #D08263;
}
.AnyTagClassName
{
color: #D08263;
}
</style>
background-color css
<style>
a { background-color: #D08263; }
a { background-color: rgb(208,130,99); }
div.DivClassName
{
background-color: #D08263;
}
.BgClassName
{
background-color: #D08263;
}
</style>
border-color css
<style>
span { border-color: #D08263; }
span { border-color: rgb(208,130,99); }
td.TdClassName
{
border-color: #D08263;
}
.TagClassName
{
border-color: #D08263;
}
</style>