Shades of Burning Sand #DC7D61
Tints of Burning Sand #DC7D61
RGB
CMYK
RGB Variations
Color information
#DC7D61 (or 0xDC7D61) is known color: Burning Sand. HEX triplet: DC, 7D and 61. RGB value is (220,125,97). Sum of RGB (Red+Green+Blue) = 220+125+97=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D61 is #23829E. Grayscale: #969696. Windows color (decimal): -2327199 or 6389212. OLE color: 6389212.
HSL color Cylindrical-coordinate representation of color #DC7D61: hue angle of 13.66º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC7D61 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 97 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.14 |
| HSL | 13.66º | 0.64% | 0.62% | - |
| HSV(B) | 13.66º | 0.56% | 0.86% | - |
| XYZ | 39.01 | 30.75 | 15.19 | - |
| YUV | 150.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 97 | 0 | 0.43 | 0.56 | 0.14 | 13.66 | 0.64 | 0.62 |
| Hex | DC | 7D | 61 | 0 | 2B | 38 | E | E | 40 | 3E |
| Octal | 334 | 175 | 141 | 0 | 53 | 70 | 16 | 16 | 100 | 76 |
| Binary | 11011100 | 1111101 | 1100001 | 0 | 101011 | 111000 | 1110 | 1110 | 1000000 | 111110 |
Color Harmonies of #DC7D61
Complementary color
Monochromatic Colors of #DC7D61
Black with #DC7D61
Text Example
Text Example
White with #DC7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D61; }
p { color: rgb(220,125,97); }
H1.HeaderClassName
{
color: #DC7D61;
}
.AnyTagClassName
{
color: #DC7D61;
}
</style>
background-color css
<style>
a { background-color: #DC7D61; }
a { background-color: rgb(220,125,97); }
div.DivClassName
{
background-color: #DC7D61;
}
.BgClassName
{
background-color: #DC7D61;
}
</style>
border-color css
<style>
span { border-color: #DC7D61; }
span { border-color: rgb(220,125,97); }
td.TdClassName
{
border-color: #DC7D61;
}
.TagClassName
{
border-color: #DC7D61;
}
</style>