Shades of Terra Cotta #DC745B
Tints of Terra Cotta #DC745B
RGB
CMYK
RGB Variations
Color information
#DC745B (or 0xDC745B) is known color: Terra Cotta. HEX triplet: DC, 74 and 5B. RGB value is (220,116,91). Sum of RGB (Red+Green+Blue) = 220+116+91=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC745B is #238BA4. Grayscale: #909090. Windows color (decimal): -2329509 or 5993692. OLE color: 5993692.
HSL color Cylindrical-coordinate representation of color #DC745B: hue angle of 11.63º 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 #DC745B is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 91 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.14 |
| HSL | 11.63º | 0.65% | 0.61% | - |
| HSV(B) | 11.63º | 0.59% | 0.86% | - |
| XYZ | 37.65 | 28.46 | 13.41 | - |
| YUV | 144.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 91 | 0 | 0.47 | 0.59 | 0.14 | 11.63 | 0.65 | 0.61 |
| Hex | DC | 74 | 5B | 0 | 2F | 3B | E | C | 41 | 3D |
| Octal | 334 | 164 | 133 | 0 | 57 | 73 | 16 | 14 | 101 | 75 |
| Binary | 11011100 | 1110100 | 1011011 | 0 | 101111 | 111011 | 1110 | 1100 | 1000001 | 111101 |
Color Harmonies of #DC745B
Complementary color
Monochromatic Colors of #DC745B
Black with #DC745B
Text Example
Text Example
White with #DC745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC745B; }
p { color: rgb(220,116,91); }
H1.HeaderClassName
{
color: #DC745B;
}
.AnyTagClassName
{
color: #DC745B;
}
</style>
background-color css
<style>
a { background-color: #DC745B; }
a { background-color: rgb(220,116,91); }
div.DivClassName
{
background-color: #DC745B;
}
.BgClassName
{
background-color: #DC745B;
}
</style>
border-color css
<style>
span { border-color: #DC745B; }
span { border-color: rgb(220,116,91); }
td.TdClassName
{
border-color: #DC745B;
}
.TagClassName
{
border-color: #DC745B;
}
</style>