Shades of Terra Cotta #DC7B58
Tints of Terra Cotta #DC7B58
RGB
CMYK
RGB Variations
Color information
#DC7B58 (or 0xDC7B58) is known color: Terra Cotta. HEX triplet: DC, 7B and 58. RGB value is (220,123,88). Sum of RGB (Red+Green+Blue) = 220+123+88=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B58 is #2384A7. Grayscale: #949494. Windows color (decimal): -2327720 or 5798876. OLE color: 5798876.
HSL color Cylindrical-coordinate representation of color #DC7B58: hue angle of 15.91º 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 #DC7B58 is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 88 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.14 |
| HSL | 15.91º | 0.65% | 0.6% | - |
| HSV(B) | 15.91º | 0.6% | 0.86% | - |
| XYZ | 38.36 | 30.09 | 13.02 | - |
| YUV | 148.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 88 | 0 | 0.44 | 0.6 | 0.14 | 15.91 | 0.65 | 0.6 |
| Hex | DC | 7B | 58 | 0 | 2C | 3C | E | 10 | 41 | 3C |
| Octal | 334 | 173 | 130 | 0 | 54 | 74 | 16 | 20 | 101 | 74 |
| Binary | 11011100 | 1111011 | 1011000 | 0 | 101100 | 111100 | 1110 | 10000 | 1000001 | 111100 |
Color Harmonies of #DC7B58
Complementary color
Monochromatic Colors of #DC7B58
Black with #DC7B58
Text Example
Text Example
White with #DC7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B58; }
p { color: rgb(220,123,88); }
H1.HeaderClassName
{
color: #DC7B58;
}
.AnyTagClassName
{
color: #DC7B58;
}
</style>
background-color css
<style>
a { background-color: #DC7B58; }
a { background-color: rgb(220,123,88); }
div.DivClassName
{
background-color: #DC7B58;
}
.BgClassName
{
background-color: #DC7B58;
}
</style>
border-color css
<style>
span { border-color: #DC7B58; }
span { border-color: rgb(220,123,88); }
td.TdClassName
{
border-color: #DC7B58;
}
.TagClassName
{
border-color: #DC7B58;
}
</style>