Shades of Terra Cotta #DC7153
Tints of Terra Cotta #DC7153
RGB
CMYK
RGB Variations
Color information
#DC7153 (or 0xDC7153) is known color: Terra Cotta. HEX triplet: DC, 71 and 53. RGB value is (220,113,83). Sum of RGB (Red+Green+Blue) = 220+113+83=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7153 is #238EAC. Grayscale: #8D8D8D. Windows color (decimal): -2330285 or 5468636. OLE color: 5468636.
HSL color Cylindrical-coordinate representation of color #DC7153: hue angle of 13.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7153 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 83 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.14 |
| HSL | 13.14º | 0.66% | 0.59% | - |
| HSV(B) | 13.14º | 0.62% | 0.86% | - |
| XYZ | 36.98 | 27.65 | 11.57 | - |
| YUV | 141.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 83 | 0 | 0.49 | 0.62 | 0.14 | 13.14 | 0.66 | 0.59 |
| Hex | DC | 71 | 53 | 0 | 31 | 3E | E | D | 42 | 3B |
| Octal | 334 | 161 | 123 | 0 | 61 | 76 | 16 | 15 | 102 | 73 |
| Binary | 11011100 | 1110001 | 1010011 | 0 | 110001 | 111110 | 1110 | 1101 | 1000010 | 111011 |
Color Harmonies of #DC7153
Complementary color
Monochromatic Colors of #DC7153
Black with #DC7153
Text Example
Text Example
White with #DC7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7153; }
p { color: rgb(220,113,83); }
H1.HeaderClassName
{
color: #DC7153;
}
.AnyTagClassName
{
color: #DC7153;
}
</style>
background-color css
<style>
a { background-color: #DC7153; }
a { background-color: rgb(220,113,83); }
div.DivClassName
{
background-color: #DC7153;
}
.BgClassName
{
background-color: #DC7153;
}
</style>
border-color css
<style>
span { border-color: #DC7153; }
span { border-color: rgb(220,113,83); }
td.TdClassName
{
border-color: #DC7153;
}
.TagClassName
{
border-color: #DC7153;
}
</style>