Shades of Terra Cotta #DC7A62
Tints of Terra Cotta #DC7A62
RGB
CMYK
RGB Variations
Color information
#DC7A62 (or 0xDC7A62) is known color: Terra Cotta. HEX triplet: DC, 7A and 62. RGB value is (220,122,98). Sum of RGB (Red+Green+Blue) = 220+122+98=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A62 is #23859D. Grayscale: #949494. Windows color (decimal): -2327966 or 6453980. OLE color: 6453980.
HSL color Cylindrical-coordinate representation of color #DC7A62: hue angle of 11.8º 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 #DC7A62 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 98 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.14 |
| HSL | 11.8º | 0.64% | 0.62% | - |
| HSV(B) | 11.8º | 0.55% | 0.86% | - |
| XYZ | 38.68 | 30.02 | 15.31 | - |
| YUV | 148.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 98 | 0 | 0.45 | 0.55 | 0.14 | 11.8 | 0.64 | 0.62 |
| Hex | DC | 7A | 62 | 0 | 2D | 37 | E | C | 40 | 3E |
| Octal | 334 | 172 | 142 | 0 | 55 | 67 | 16 | 14 | 100 | 76 |
| Binary | 11011100 | 1111010 | 1100010 | 0 | 101101 | 110111 | 1110 | 1100 | 1000000 | 111110 |
Color Harmonies of #DC7A62
Complementary color
Monochromatic Colors of #DC7A62
Black with #DC7A62
Text Example
Text Example
White with #DC7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A62; }
p { color: rgb(220,122,98); }
H1.HeaderClassName
{
color: #DC7A62;
}
.AnyTagClassName
{
color: #DC7A62;
}
</style>
background-color css
<style>
a { background-color: #DC7A62; }
a { background-color: rgb(220,122,98); }
div.DivClassName
{
background-color: #DC7A62;
}
.BgClassName
{
background-color: #DC7A62;
}
</style>
border-color css
<style>
span { border-color: #DC7A62; }
span { border-color: rgb(220,122,98); }
td.TdClassName
{
border-color: #DC7A62;
}
.TagClassName
{
border-color: #DC7A62;
}
</style>