Shades of Terra Cotta #DF7961
Tints of Terra Cotta #DF7961
RGB
CMYK
RGB Variations
Color information
#DF7961 (or 0xDF7961) is known color: Terra Cotta. HEX triplet: DF, 79 and 61. RGB value is (223,121,97). Sum of RGB (Red+Green+Blue) = 223+121+97=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7961 is #20869E. Grayscale: #949494. Windows color (decimal): -2131615 or 6388191. OLE color: 6388191.
HSL color Cylindrical-coordinate representation of color #DF7961: hue angle of 11.43º 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 #DF7961 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 97 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.13 |
| HSL | 11.43º | 0.66% | 0.63% | - |
| HSV(B) | 11.43º | 0.57% | 0.87% | - |
| XYZ | 39.43 | 30.23 | 15.07 | - |
| YUV | 148.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 97 | 0 | 0.46 | 0.57 | 0.13 | 11.43 | 0.66 | 0.63 |
| Hex | DF | 79 | 61 | 0 | 2E | 39 | D | B | 42 | 3F |
| Octal | 337 | 171 | 141 | 0 | 56 | 71 | 15 | 13 | 102 | 77 |
| Binary | 11011111 | 1111001 | 1100001 | 0 | 101110 | 111001 | 1101 | 1011 | 1000010 | 111111 |
Color Harmonies of #DF7961
Complementary color
Monochromatic Colors of #DF7961
Black with #DF7961
Text Example
Text Example
White with #DF7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7961; }
p { color: rgb(223,121,97); }
H1.HeaderClassName
{
color: #DF7961;
}
.AnyTagClassName
{
color: #DF7961;
}
</style>
background-color css
<style>
a { background-color: #DF7961; }
a { background-color: rgb(223,121,97); }
div.DivClassName
{
background-color: #DF7961;
}
.BgClassName
{
background-color: #DF7961;
}
</style>
border-color css
<style>
span { border-color: #DF7961; }
span { border-color: rgb(223,121,97); }
td.TdClassName
{
border-color: #DF7961;
}
.TagClassName
{
border-color: #DF7961;
}
</style>