Shades of Burning Sand #DC7D64
Tints of Burning Sand #DC7D64
RGB
CMYK
RGB Variations
Color information
#DC7D64 (or 0xDC7D64) is known color: Burning Sand. HEX triplet: DC, 7D and 64. RGB value is (220,125,100). Sum of RGB (Red+Green+Blue) = 220+125+100=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D64 is #23829B. Grayscale: #969696. Windows color (decimal): -2327196 or 6585820. OLE color: 6585820.
HSL color Cylindrical-coordinate representation of color #DC7D64: hue angle of 12.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7D64 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 100 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.14 |
| HSL | 12.5º | 0.63% | 0.63% | - |
| HSV(B) | 12.5º | 0.55% | 0.86% | - |
| XYZ | 39.15 | 30.8 | 15.94 | - |
| YUV | 150.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 100 | 0 | 0.43 | 0.55 | 0.14 | 12.5 | 0.63 | 0.63 |
| Hex | DC | 7D | 64 | 0 | 2B | 37 | E | C | 3F | 3F |
| Octal | 334 | 175 | 144 | 0 | 53 | 67 | 16 | 14 | 77 | 77 |
| Binary | 11011100 | 1111101 | 1100100 | 0 | 101011 | 110111 | 1110 | 1100 | 111111 | 111111 |
Color Harmonies of #DC7D64
Complementary color
Monochromatic Colors of #DC7D64
Black with #DC7D64
Text Example
Text Example
White with #DC7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D64; }
p { color: rgb(220,125,100); }
H1.HeaderClassName
{
color: #DC7D64;
}
.AnyTagClassName
{
color: #DC7D64;
}
</style>
background-color css
<style>
a { background-color: #DC7D64; }
a { background-color: rgb(220,125,100); }
div.DivClassName
{
background-color: #DC7D64;
}
.BgClassName
{
background-color: #DC7D64;
}
</style>
border-color css
<style>
span { border-color: #DC7D64; }
span { border-color: rgb(220,125,100); }
td.TdClassName
{
border-color: #DC7D64;
}
.TagClassName
{
border-color: #DC7D64;
}
</style>