Shades of Terra Cotta #DF7960
Tints of Terra Cotta #DF7960
RGB
CMYK
RGB Variations
Color information
#DF7960 (or 0xDF7960) is known color: Terra Cotta. HEX triplet: DF, 79 and 60. RGB value is (223,121,96). Sum of RGB (Red+Green+Blue) = 223+121+96=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7960 is #20869F. Grayscale: #949494. Windows color (decimal): -2131616 or 6322655. OLE color: 6322655.
HSL color Cylindrical-coordinate representation of color #DF7960: hue angle of 11.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7960 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 96 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.13 |
| HSL | 11.81º | 0.66% | 0.63% | - |
| HSV(B) | 11.81º | 0.57% | 0.87% | - |
| XYZ | 39.38 | 30.21 | 14.82 | - |
| YUV | 148.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 96 | 0 | 0.46 | 0.57 | 0.13 | 11.81 | 0.66 | 0.63 |
| Hex | DF | 79 | 60 | 0 | 2E | 39 | D | C | 42 | 3F |
| Octal | 337 | 171 | 140 | 0 | 56 | 71 | 15 | 14 | 102 | 77 |
| Binary | 11011111 | 1111001 | 1100000 | 0 | 101110 | 111001 | 1101 | 1100 | 1000010 | 111111 |
Color Harmonies of #DF7960
Complementary color
Monochromatic Colors of #DF7960
Black with #DF7960
Text Example
Text Example
White with #DF7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7960; }
p { color: rgb(223,121,96); }
H1.HeaderClassName
{
color: #DF7960;
}
.AnyTagClassName
{
color: #DF7960;
}
</style>
background-color css
<style>
a { background-color: #DF7960; }
a { background-color: rgb(223,121,96); }
div.DivClassName
{
background-color: #DF7960;
}
.BgClassName
{
background-color: #DF7960;
}
</style>
border-color css
<style>
span { border-color: #DF7960; }
span { border-color: rgb(223,121,96); }
td.TdClassName
{
border-color: #DF7960;
}
.TagClassName
{
border-color: #DF7960;
}
</style>