Shades of Burning Sand #DC8255
Tints of Burning Sand #DC8255
RGB
CMYK
RGB Variations
Color information
#DC8255 (or 0xDC8255) is known color: Burning Sand. HEX triplet: DC, 82 and 55. RGB value is (220,130,85). Sum of RGB (Red+Green+Blue) = 220+130+85=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8255 is #237DAA. Grayscale: #989898. Windows color (decimal): -2325931 or 5604060. OLE color: 5604060.
HSL color Cylindrical-coordinate representation of color #DC8255: hue angle of 20º 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 #DC8255 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 85 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.14 |
| HSL | 20º | 0.66% | 0.6% | - |
| HSV(B) | 20º | 0.61% | 0.86% | - |
| XYZ | 39.14 | 31.84 | 12.68 | - |
| YUV | 151.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 85 | 0 | 0.41 | 0.61 | 0.14 | 20 | 0.66 | 0.6 |
| Hex | DC | 82 | 55 | 0 | 29 | 3D | E | 14 | 42 | 3C |
| Octal | 334 | 202 | 125 | 0 | 51 | 75 | 16 | 24 | 102 | 74 |
| Binary | 11011100 | 10000010 | 1010101 | 0 | 101001 | 111101 | 1110 | 10100 | 1000010 | 111100 |
Color Harmonies of #DC8255
Complementary color
Monochromatic Colors of #DC8255
Black with #DC8255
Text Example
Text Example
White with #DC8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8255; }
p { color: rgb(220,130,85); }
H1.HeaderClassName
{
color: #DC8255;
}
.AnyTagClassName
{
color: #DC8255;
}
</style>
background-color css
<style>
a { background-color: #DC8255; }
a { background-color: rgb(220,130,85); }
div.DivClassName
{
background-color: #DC8255;
}
.BgClassName
{
background-color: #DC8255;
}
</style>
border-color css
<style>
span { border-color: #DC8255; }
span { border-color: rgb(220,130,85); }
td.TdClassName
{
border-color: #DC8255;
}
.TagClassName
{
border-color: #DC8255;
}
</style>