Shades of Burning Sand #DC7F56
Tints of Burning Sand #DC7F56
RGB
CMYK
RGB Variations
Color information
#DC7F56 (or 0xDC7F56) is known color: Burning Sand. HEX triplet: DC, 7F and 56. RGB value is (220,127,86). Sum of RGB (Red+Green+Blue) = 220+127+86=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F56 is #2380A9. Grayscale: #969696. Windows color (decimal): -2326698 or 5668828. OLE color: 5668828.
HSL color Cylindrical-coordinate representation of color #DC7F56: hue angle of 18.36º 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 #DC7F56 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 86 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.14 |
| HSL | 18.36º | 0.66% | 0.6% | - |
| HSV(B) | 18.36º | 0.61% | 0.86% | - |
| XYZ | 38.78 | 31.07 | 12.76 | - |
| YUV | 150.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 86 | 0 | 0.42 | 0.61 | 0.14 | 18.36 | 0.66 | 0.6 |
| Hex | DC | 7F | 56 | 0 | 2A | 3D | E | 12 | 42 | 3C |
| Octal | 334 | 177 | 126 | 0 | 52 | 75 | 16 | 22 | 102 | 74 |
| Binary | 11011100 | 1111111 | 1010110 | 0 | 101010 | 111101 | 1110 | 10010 | 1000010 | 111100 |
Color Harmonies of #DC7F56
Complementary color
Monochromatic Colors of #DC7F56
Black with #DC7F56
Text Example
Text Example
White with #DC7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F56; }
p { color: rgb(220,127,86); }
H1.HeaderClassName
{
color: #DC7F56;
}
.AnyTagClassName
{
color: #DC7F56;
}
</style>
background-color css
<style>
a { background-color: #DC7F56; }
a { background-color: rgb(220,127,86); }
div.DivClassName
{
background-color: #DC7F56;
}
.BgClassName
{
background-color: #DC7F56;
}
</style>
border-color css
<style>
span { border-color: #DC7F56; }
span { border-color: rgb(220,127,86); }
td.TdClassName
{
border-color: #DC7F56;
}
.TagClassName
{
border-color: #DC7F56;
}
</style>