Shades of Burning Sand #DC8056
Tints of Burning Sand #DC8056
RGB
CMYK
RGB Variations
Color information
#DC8056 (or 0xDC8056) is known color: Burning Sand. HEX triplet: DC, 80 and 56. RGB value is (220,128,86). Sum of RGB (Red+Green+Blue) = 220+128+86=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8056 is #237FA9. Grayscale: #969696. Windows color (decimal): -2326442 or 5669084. OLE color: 5669084.
HSL color Cylindrical-coordinate representation of color #DC8056: hue angle of 18.81º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8056 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 86 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.14 |
| HSL | 18.81º | 0.66% | 0.6% | - |
| HSV(B) | 18.81º | 0.61% | 0.86% | - |
| XYZ | 38.91 | 31.33 | 12.8 | - |
| YUV | 150.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 86 | 0 | 0.42 | 0.61 | 0.14 | 18.81 | 0.66 | 0.6 |
| Hex | DC | 80 | 56 | 0 | 2A | 3D | E | 13 | 42 | 3C |
| Octal | 334 | 200 | 126 | 0 | 52 | 75 | 16 | 23 | 102 | 74 |
| Binary | 11011100 | 10000000 | 1010110 | 0 | 101010 | 111101 | 1110 | 10011 | 1000010 | 111100 |
Color Harmonies of #DC8056
Complementary color
Monochromatic Colors of #DC8056
Black with #DC8056
Text Example
Text Example
White with #DC8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8056; }
p { color: rgb(220,128,86); }
H1.HeaderClassName
{
color: #DC8056;
}
.AnyTagClassName
{
color: #DC8056;
}
</style>
background-color css
<style>
a { background-color: #DC8056; }
a { background-color: rgb(220,128,86); }
div.DivClassName
{
background-color: #DC8056;
}
.BgClassName
{
background-color: #DC8056;
}
</style>
border-color css
<style>
span { border-color: #DC8056; }
span { border-color: rgb(220,128,86); }
td.TdClassName
{
border-color: #DC8056;
}
.TagClassName
{
border-color: #DC8056;
}
</style>