Shades of Terra Cotta #DC745A
Tints of Terra Cotta #DC745A
RGB
CMYK
RGB Variations
Color information
#DC745A (or 0xDC745A) is known color: Terra Cotta. HEX triplet: DC, 74 and 5A. RGB value is (220,116,90). Sum of RGB (Red+Green+Blue) = 220+116+90=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC745A is #238BA5. Grayscale: #909090. Windows color (decimal): -2329510 or 5928156. OLE color: 5928156.
HSL color Cylindrical-coordinate representation of color #DC745A: hue angle of 12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC745A is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 90 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.14 |
| HSL | 12º | 0.65% | 0.61% | - |
| HSV(B) | 12º | 0.59% | 0.86% | - |
| XYZ | 37.61 | 28.44 | 13.18 | - |
| YUV | 144.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 90 | 0 | 0.47 | 0.59 | 0.14 | 12 | 0.65 | 0.61 |
| Hex | DC | 74 | 5A | 0 | 2F | 3B | E | C | 41 | 3D |
| Octal | 334 | 164 | 132 | 0 | 57 | 73 | 16 | 14 | 101 | 75 |
| Binary | 11011100 | 1110100 | 1011010 | 0 | 101111 | 111011 | 1110 | 1100 | 1000001 | 111101 |
Color Harmonies of #DC745A
Complementary color
Monochromatic Colors of #DC745A
Black with #DC745A
Text Example
Text Example
White with #DC745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC745A; }
p { color: rgb(220,116,90); }
H1.HeaderClassName
{
color: #DC745A;
}
.AnyTagClassName
{
color: #DC745A;
}
</style>
background-color css
<style>
a { background-color: #DC745A; }
a { background-color: rgb(220,116,90); }
div.DivClassName
{
background-color: #DC745A;
}
.BgClassName
{
background-color: #DC745A;
}
</style>
border-color css
<style>
span { border-color: #DC745A; }
span { border-color: rgb(220,116,90); }
td.TdClassName
{
border-color: #DC745A;
}
.TagClassName
{
border-color: #DC745A;
}
</style>