Shades of Terra Cotta #DC7958
Tints of Terra Cotta #DC7958
RGB
CMYK
RGB Variations
Color information
#DC7958 (or 0xDC7958) is known color: Terra Cotta. HEX triplet: DC, 79 and 58. RGB value is (220,121,88). Sum of RGB (Red+Green+Blue) = 220+121+88=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7958 is #2386A7. Grayscale: #939393. Windows color (decimal): -2328232 or 5798364. OLE color: 5798364.
HSL color Cylindrical-coordinate representation of color #DC7958: hue angle of 15º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7958 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 88 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.14 |
| HSL | 15º | 0.65% | 0.6% | - |
| HSV(B) | 15º | 0.6% | 0.86% | - |
| XYZ | 38.11 | 29.59 | 12.94 | - |
| YUV | 146.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 88 | 0 | 0.45 | 0.6 | 0.14 | 15 | 0.65 | 0.6 |
| Hex | DC | 79 | 58 | 0 | 2D | 3C | E | F | 41 | 3C |
| Octal | 334 | 171 | 130 | 0 | 55 | 74 | 16 | 17 | 101 | 74 |
| Binary | 11011100 | 1111001 | 1011000 | 0 | 101101 | 111100 | 1110 | 1111 | 1000001 | 111100 |
Color Harmonies of #DC7958
Complementary color
Monochromatic Colors of #DC7958
Black with #DC7958
Text Example
Text Example
White with #DC7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7958; }
p { color: rgb(220,121,88); }
H1.HeaderClassName
{
color: #DC7958;
}
.AnyTagClassName
{
color: #DC7958;
}
</style>
background-color css
<style>
a { background-color: #DC7958; }
a { background-color: rgb(220,121,88); }
div.DivClassName
{
background-color: #DC7958;
}
.BgClassName
{
background-color: #DC7958;
}
</style>
border-color css
<style>
span { border-color: #DC7958; }
span { border-color: rgb(220,121,88); }
td.TdClassName
{
border-color: #DC7958;
}
.TagClassName
{
border-color: #DC7958;
}
</style>