Shades of Terra Cotta #DC7862
Tints of Terra Cotta #DC7862
RGB
CMYK
RGB Variations
Color information
#DC7862 (or 0xDC7862) is known color: Terra Cotta. HEX triplet: DC, 78 and 62. RGB value is (220,120,98). Sum of RGB (Red+Green+Blue) = 220+120+98=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7862 is #23879D. Grayscale: #939393. Windows color (decimal): -2328478 or 6453468. OLE color: 6453468.
HSL color Cylindrical-coordinate representation of color #DC7862: hue angle of 10.82º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7862 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 98 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.14 |
| HSL | 10.82º | 0.64% | 0.62% | - |
| HSV(B) | 10.82º | 0.55% | 0.86% | - |
| XYZ | 38.44 | 29.53 | 15.23 | - |
| YUV | 147.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 98 | 0 | 0.45 | 0.55 | 0.14 | 10.82 | 0.64 | 0.62 |
| Hex | DC | 78 | 62 | 0 | 2D | 37 | E | B | 40 | 3E |
| Octal | 334 | 170 | 142 | 0 | 55 | 67 | 16 | 13 | 100 | 76 |
| Binary | 11011100 | 1111000 | 1100010 | 0 | 101101 | 110111 | 1110 | 1011 | 1000000 | 111110 |
Color Harmonies of #DC7862
Complementary color
Monochromatic Colors of #DC7862
Black with #DC7862
Text Example
Text Example
White with #DC7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7862; }
p { color: rgb(220,120,98); }
H1.HeaderClassName
{
color: #DC7862;
}
.AnyTagClassName
{
color: #DC7862;
}
</style>
background-color css
<style>
a { background-color: #DC7862; }
a { background-color: rgb(220,120,98); }
div.DivClassName
{
background-color: #DC7862;
}
.BgClassName
{
background-color: #DC7862;
}
</style>
border-color css
<style>
span { border-color: #DC7862; }
span { border-color: rgb(220,120,98); }
td.TdClassName
{
border-color: #DC7862;
}
.TagClassName
{
border-color: #DC7862;
}
</style>