Shades of Burning Sand #DC8256
Tints of Burning Sand #DC8256
RGB
CMYK
RGB Variations
Color information
#DC8256 (or 0xDC8256) is known color: Burning Sand. HEX triplet: DC, 82 and 56. RGB value is (220,130,86). Sum of RGB (Red+Green+Blue) = 220+130+86=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8256 is #237DA9. Grayscale: #989898. Windows color (decimal): -2325930 or 5669596. OLE color: 5669596.
HSL color Cylindrical-coordinate representation of color #DC8256: hue angle of 19.7º 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 #DC8256 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 86 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.14 |
| HSL | 19.7º | 0.66% | 0.6% | - |
| HSV(B) | 19.7º | 0.61% | 0.86% | - |
| XYZ | 39.18 | 31.85 | 12.89 | - |
| YUV | 151.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 86 | 0 | 0.41 | 0.61 | 0.14 | 19.7 | 0.66 | 0.6 |
| Hex | DC | 82 | 56 | 0 | 29 | 3D | E | 14 | 42 | 3C |
| Octal | 334 | 202 | 126 | 0 | 51 | 75 | 16 | 24 | 102 | 74 |
| Binary | 11011100 | 10000010 | 1010110 | 0 | 101001 | 111101 | 1110 | 10100 | 1000010 | 111100 |
Color Harmonies of #DC8256
Complementary color
Monochromatic Colors of #DC8256
Black with #DC8256
Text Example
Text Example
White with #DC8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8256; }
p { color: rgb(220,130,86); }
H1.HeaderClassName
{
color: #DC8256;
}
.AnyTagClassName
{
color: #DC8256;
}
</style>
background-color css
<style>
a { background-color: #DC8256; }
a { background-color: rgb(220,130,86); }
div.DivClassName
{
background-color: #DC8256;
}
.BgClassName
{
background-color: #DC8256;
}
</style>
border-color css
<style>
span { border-color: #DC8256; }
span { border-color: rgb(220,130,86); }
td.TdClassName
{
border-color: #DC8256;
}
.TagClassName
{
border-color: #DC8256;
}
</style>