Shades of Terra Cotta #DF7966
Tints of Terra Cotta #DF7966
RGB
CMYK
RGB Variations
Color information
#DF7966 (or 0xDF7966) is known color: Terra Cotta. HEX triplet: DF, 79 and 66. RGB value is (223,121,102). Sum of RGB (Red+Green+Blue) = 223+121+102=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7966 is #208699. Grayscale: #959595. Windows color (decimal): -2131610 or 6715871. OLE color: 6715871.
HSL color Cylindrical-coordinate representation of color #DF7966: hue angle of 9.42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF7966 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 102 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.13 |
| HSL | 9.42º | 0.65% | 0.64% | - |
| HSV(B) | 9.42º | 0.54% | 0.87% | - |
| XYZ | 39.67 | 30.32 | 16.33 | - |
| YUV | 149.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 102 | 0 | 0.46 | 0.54 | 0.13 | 9.42 | 0.65 | 0.64 |
| Hex | DF | 79 | 66 | 0 | 2E | 36 | D | 9 | 41 | 40 |
| Octal | 337 | 171 | 146 | 0 | 56 | 66 | 15 | 11 | 101 | 100 |
| Binary | 11011111 | 1111001 | 1100110 | 0 | 101110 | 110110 | 1101 | 1001 | 1000001 | 1000000 |
Color Harmonies of #DF7966
Complementary color
Monochromatic Colors of #DF7966
Black with #DF7966
Text Example
Text Example
White with #DF7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7966; }
p { color: rgb(223,121,102); }
H1.HeaderClassName
{
color: #DF7966;
}
.AnyTagClassName
{
color: #DF7966;
}
</style>
background-color css
<style>
a { background-color: #DF7966; }
a { background-color: rgb(223,121,102); }
div.DivClassName
{
background-color: #DF7966;
}
.BgClassName
{
background-color: #DF7966;
}
</style>
border-color css
<style>
span { border-color: #DF7966; }
span { border-color: rgb(223,121,102); }
td.TdClassName
{
border-color: #DF7966;
}
.TagClassName
{
border-color: #DF7966;
}
</style>