Shades of Terra Cotta #DC735E
Tints of Terra Cotta #DC735E
RGB
CMYK
RGB Variations
Color information
#DC735E (or 0xDC735E) is known color: Terra Cotta. HEX triplet: DC, 73 and 5E. RGB value is (220,115,94). Sum of RGB (Red+Green+Blue) = 220+115+94=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC735E is #238CA1. Grayscale: #909090. Windows color (decimal): -2329762 or 6190044. OLE color: 6190044.
HSL color Cylindrical-coordinate representation of color #DC735E: hue angle of 10º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC735E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.14 |
| HSL | 10º | 0.64% | 0.62% | - |
| HSV(B) | 10º | 0.57% | 0.86% | - |
| XYZ | 37.67 | 28.29 | 14.06 | - |
| YUV | 144 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 94 | 0 | 0.48 | 0.57 | 0.14 | 10 | 0.64 | 0.62 |
| Hex | DC | 73 | 5E | 0 | 30 | 39 | E | A | 40 | 3E |
| Octal | 334 | 163 | 136 | 0 | 60 | 71 | 16 | 12 | 100 | 76 |
| Binary | 11011100 | 1110011 | 1011110 | 0 | 110000 | 111001 | 1110 | 1010 | 1000000 | 111110 |
Color Harmonies of #DC735E
Complementary color
Monochromatic Colors of #DC735E
Black with #DC735E
Text Example
Text Example
White with #DC735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC735E; }
p { color: rgb(220,115,94); }
H1.HeaderClassName
{
color: #DC735E;
}
.AnyTagClassName
{
color: #DC735E;
}
</style>
background-color css
<style>
a { background-color: #DC735E; }
a { background-color: rgb(220,115,94); }
div.DivClassName
{
background-color: #DC735E;
}
.BgClassName
{
background-color: #DC735E;
}
</style>
border-color css
<style>
span { border-color: #DC735E; }
span { border-color: rgb(220,115,94); }
td.TdClassName
{
border-color: #DC735E;
}
.TagClassName
{
border-color: #DC735E;
}
</style>