Shades of Terra Cotta #DC7554
Tints of Terra Cotta #DC7554
RGB
CMYK
RGB Variations
Color information
#DC7554 (or 0xDC7554) is known color: Terra Cotta. HEX triplet: DC, 75 and 54. RGB value is (220,117,84). Sum of RGB (Red+Green+Blue) = 220+117+84=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7554 is #238AAB. Grayscale: #909090. Windows color (decimal): -2329260 or 5535196. OLE color: 5535196.
HSL color Cylindrical-coordinate representation of color #DC7554: hue angle of 14.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7554 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 84 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.14 |
| HSL | 14.56º | 0.66% | 0.6% | - |
| HSV(B) | 14.56º | 0.62% | 0.86% | - |
| XYZ | 37.48 | 28.58 | 11.93 | - |
| YUV | 144.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 84 | 0 | 0.47 | 0.62 | 0.14 | 14.56 | 0.66 | 0.6 |
| Hex | DC | 75 | 54 | 0 | 2F | 3E | E | F | 42 | 3C |
| Octal | 334 | 165 | 124 | 0 | 57 | 76 | 16 | 17 | 102 | 74 |
| Binary | 11011100 | 1110101 | 1010100 | 0 | 101111 | 111110 | 1110 | 1111 | 1000010 | 111100 |
Color Harmonies of #DC7554
Complementary color
Monochromatic Colors of #DC7554
Black with #DC7554
Text Example
Text Example
White with #DC7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7554; }
p { color: rgb(220,117,84); }
H1.HeaderClassName
{
color: #DC7554;
}
.AnyTagClassName
{
color: #DC7554;
}
</style>
background-color css
<style>
a { background-color: #DC7554; }
a { background-color: rgb(220,117,84); }
div.DivClassName
{
background-color: #DC7554;
}
.BgClassName
{
background-color: #DC7554;
}
</style>
border-color css
<style>
span { border-color: #DC7554; }
span { border-color: rgb(220,117,84); }
td.TdClassName
{
border-color: #DC7554;
}
.TagClassName
{
border-color: #DC7554;
}
</style>