Shades of Burning Sand #D0855D
Tints of Burning Sand #D0855D
RGB
CMYK
RGB Variations
Color information
#D0855D (or 0xD0855D) is known color: Burning Sand. HEX triplet: D0, 85 and 5D. RGB value is (208,133,93). Sum of RGB (Red+Green+Blue) = 208+133+93=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0855D is #2F7AA2. Grayscale: #979797. Windows color (decimal): -3111587 or 6129104. OLE color: 6129104.
HSL color Cylindrical-coordinate representation of color #D0855D: hue angle of 20.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0855D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 93 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.18 |
| HSL | 20.87º | 0.55% | 0.59% | - |
| HSV(B) | 20.87º | 0.55% | 0.82% | - |
| XYZ | 36.38 | 30.98 | 14.42 | - |
| YUV | 150.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 93 | 0 | 0.36 | 0.55 | 0.18 | 20.87 | 0.55 | 0.59 |
| Hex | D0 | 85 | 5D | 0 | 24 | 37 | 12 | 15 | 37 | 3B |
| Octal | 320 | 205 | 135 | 0 | 44 | 67 | 22 | 25 | 67 | 73 |
| Binary | 11010000 | 10000101 | 1011101 | 0 | 100100 | 110111 | 10010 | 10101 | 110111 | 111011 |
Color Harmonies of #D0855D
Complementary color
Monochromatic Colors of #D0855D
Black with #D0855D
Text Example
Text Example
White with #D0855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0855D; }
p { color: rgb(208,133,93); }
H1.HeaderClassName
{
color: #D0855D;
}
.AnyTagClassName
{
color: #D0855D;
}
</style>
background-color css
<style>
a { background-color: #D0855D; }
a { background-color: rgb(208,133,93); }
div.DivClassName
{
background-color: #D0855D;
}
.BgClassName
{
background-color: #D0855D;
}
</style>
border-color css
<style>
span { border-color: #D0855D; }
span { border-color: rgb(208,133,93); }
td.TdClassName
{
border-color: #D0855D;
}
.TagClassName
{
border-color: #D0855D;
}
</style>