Shades of Terra Cotta #DC7A58
Tints of Terra Cotta #DC7A58
RGB
CMYK
RGB Variations
Color information
#DC7A58 (or 0xDC7A58) is known color: Terra Cotta. HEX triplet: DC, 7A and 58. RGB value is (220,122,88). Sum of RGB (Red+Green+Blue) = 220+122+88=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A58 is #2385A7. Grayscale: #939393. Windows color (decimal): -2327976 or 5798620. OLE color: 5798620.
HSL color Cylindrical-coordinate representation of color #DC7A58: hue angle of 15.45º 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 #DC7A58 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 88 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.14 |
| HSL | 15.45º | 0.65% | 0.6% | - |
| HSV(B) | 15.45º | 0.6% | 0.86% | - |
| XYZ | 38.24 | 29.84 | 12.98 | - |
| YUV | 147.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 88 | 0 | 0.45 | 0.6 | 0.14 | 15.45 | 0.65 | 0.6 |
| Hex | DC | 7A | 58 | 0 | 2D | 3C | E | F | 41 | 3C |
| Octal | 334 | 172 | 130 | 0 | 55 | 74 | 16 | 17 | 101 | 74 |
| Binary | 11011100 | 1111010 | 1011000 | 0 | 101101 | 111100 | 1110 | 1111 | 1000001 | 111100 |
Color Harmonies of #DC7A58
Complementary color
Monochromatic Colors of #DC7A58
Black with #DC7A58
Text Example
Text Example
White with #DC7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A58; }
p { color: rgb(220,122,88); }
H1.HeaderClassName
{
color: #DC7A58;
}
.AnyTagClassName
{
color: #DC7A58;
}
</style>
background-color css
<style>
a { background-color: #DC7A58; }
a { background-color: rgb(220,122,88); }
div.DivClassName
{
background-color: #DC7A58;
}
.BgClassName
{
background-color: #DC7A58;
}
</style>
border-color css
<style>
span { border-color: #DC7A58; }
span { border-color: rgb(220,122,88); }
td.TdClassName
{
border-color: #DC7A58;
}
.TagClassName
{
border-color: #DC7A58;
}
</style>