Shades of Burning Sand #DC8156
Tints of Burning Sand #DC8156
RGB
CMYK
RGB Variations
Color information
#DC8156 (or 0xDC8156) is known color: Burning Sand. HEX triplet: DC, 81 and 56. RGB value is (220,129,86). Sum of RGB (Red+Green+Blue) = 220+129+86=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8156 is #237EA9. Grayscale: #979797. Windows color (decimal): -2326186 or 5669340. OLE color: 5669340.
HSL color Cylindrical-coordinate representation of color #DC8156: hue angle of 19.25º 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 #DC8156 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 86 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.14 |
| HSL | 19.25º | 0.66% | 0.6% | - |
| HSV(B) | 19.25º | 0.61% | 0.86% | - |
| XYZ | 39.05 | 31.59 | 12.84 | - |
| YUV | 151.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 86 | 0 | 0.41 | 0.61 | 0.14 | 19.25 | 0.66 | 0.6 |
| Hex | DC | 81 | 56 | 0 | 29 | 3D | E | 13 | 42 | 3C |
| Octal | 334 | 201 | 126 | 0 | 51 | 75 | 16 | 23 | 102 | 74 |
| Binary | 11011100 | 10000001 | 1010110 | 0 | 101001 | 111101 | 1110 | 10011 | 1000010 | 111100 |
Color Harmonies of #DC8156
Complementary color
Monochromatic Colors of #DC8156
Black with #DC8156
Text Example
Text Example
White with #DC8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8156; }
p { color: rgb(220,129,86); }
H1.HeaderClassName
{
color: #DC8156;
}
.AnyTagClassName
{
color: #DC8156;
}
</style>
background-color css
<style>
a { background-color: #DC8156; }
a { background-color: rgb(220,129,86); }
div.DivClassName
{
background-color: #DC8156;
}
.BgClassName
{
background-color: #DC8156;
}
</style>
border-color css
<style>
span { border-color: #DC8156; }
span { border-color: rgb(220,129,86); }
td.TdClassName
{
border-color: #DC8156;
}
.TagClassName
{
border-color: #DC8156;
}
</style>