Shades of Terra Cotta #DF7769
Tints of Terra Cotta #DF7769
RGB
CMYK
RGB Variations
Color information
#DF7769 (or 0xDF7769) is known color: Terra Cotta. HEX triplet: DF, 77 and 69. RGB value is (223,119,105). Sum of RGB (Red+Green+Blue) = 223+119+105=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7769 is #208896. Grayscale: #949494. Windows color (decimal): -2132119 or 6911967. OLE color: 6911967.
HSL color Cylindrical-coordinate representation of color #DF7769: hue angle of 7.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF7769 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 105 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.13 |
| HSL | 7.12º | 0.65% | 0.64% | - |
| HSV(B) | 7.12º | 0.53% | 0.87% | - |
| XYZ | 39.58 | 29.9 | 17.05 | - |
| YUV | 148.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 105 | 0 | 0.47 | 0.53 | 0.13 | 7.12 | 0.65 | 0.64 |
| Hex | DF | 77 | 69 | 0 | 2F | 35 | D | 7 | 41 | 40 |
| Octal | 337 | 167 | 151 | 0 | 57 | 65 | 15 | 7 | 101 | 100 |
| Binary | 11011111 | 1110111 | 1101001 | 0 | 101111 | 110101 | 1101 | 111 | 1000001 | 1000000 |
Color Harmonies of #DF7769
Complementary color
Monochromatic Colors of #DF7769
Black with #DF7769
Text Example
Text Example
White with #DF7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7769; }
p { color: rgb(223,119,105); }
H1.HeaderClassName
{
color: #DF7769;
}
.AnyTagClassName
{
color: #DF7769;
}
</style>
background-color css
<style>
a { background-color: #DF7769; }
a { background-color: rgb(223,119,105); }
div.DivClassName
{
background-color: #DF7769;
}
.BgClassName
{
background-color: #DF7769;
}
</style>
border-color css
<style>
span { border-color: #DF7769; }
span { border-color: rgb(223,119,105); }
td.TdClassName
{
border-color: #DF7769;
}
.TagClassName
{
border-color: #DF7769;
}
</style>