Shades of Terra Cotta #DF7153
Tints of Terra Cotta #DF7153
RGB
CMYK
RGB Variations
Color information
#DF7153 (or 0xDF7153) is known color: Terra Cotta. HEX triplet: DF, 71 and 53. RGB value is (223,113,83). Sum of RGB (Red+Green+Blue) = 223+113+83=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7153 is #208EAC. Grayscale: #8E8E8E. Windows color (decimal): -2133677 or 5468639. OLE color: 5468639.
HSL color Cylindrical-coordinate representation of color #DF7153: hue angle of 12.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF7153 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 83 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.13 |
| HSL | 12.86º | 0.69% | 0.6% | - |
| HSV(B) | 12.86º | 0.63% | 0.87% | - |
| XYZ | 37.9 | 28.12 | 11.61 | - |
| YUV | 142.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 83 | 0 | 0.49 | 0.63 | 0.13 | 12.86 | 0.69 | 0.6 |
| Hex | DF | 71 | 53 | 0 | 31 | 3F | D | D | 45 | 3C |
| Octal | 337 | 161 | 123 | 0 | 61 | 77 | 15 | 15 | 105 | 74 |
| Binary | 11011111 | 1110001 | 1010011 | 0 | 110001 | 111111 | 1101 | 1101 | 1000101 | 111100 |
Color Harmonies of #DF7153
Complementary color
Monochromatic Colors of #DF7153
Black with #DF7153
Text Example
Text Example
White with #DF7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7153; }
p { color: rgb(223,113,83); }
H1.HeaderClassName
{
color: #DF7153;
}
.AnyTagClassName
{
color: #DF7153;
}
</style>
background-color css
<style>
a { background-color: #DF7153; }
a { background-color: rgb(223,113,83); }
div.DivClassName
{
background-color: #DF7153;
}
.BgClassName
{
background-color: #DF7153;
}
</style>
border-color css
<style>
span { border-color: #DF7153; }
span { border-color: rgb(223,113,83); }
td.TdClassName
{
border-color: #DF7153;
}
.TagClassName
{
border-color: #DF7153;
}
</style>