Shades of Terra Cotta #DF7269
Tints of Terra Cotta #DF7269
RGB
CMYK
RGB Variations
Color information
#DF7269 (or 0xDF7269) is known color: Terra Cotta. HEX triplet: DF, 72 and 69. RGB value is (223,114,105). Sum of RGB (Red+Green+Blue) = 223+114+105=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7269 is #208D96. Grayscale: #919191. Windows color (decimal): -2133399 or 6910687. OLE color: 6910687.
HSL color Cylindrical-coordinate representation of color #DF7269: hue angle of 4.58º 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 #DF7269 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 105 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.13 |
| HSL | 4.58º | 0.65% | 0.64% | - |
| HSV(B) | 4.58º | 0.53% | 0.87% | - |
| XYZ | 39 | 28.74 | 16.86 | - |
| YUV | 145.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 105 | 0 | 0.49 | 0.53 | 0.13 | 4.58 | 0.65 | 0.64 |
| Hex | DF | 72 | 69 | 0 | 31 | 35 | D | 5 | 41 | 40 |
| Octal | 337 | 162 | 151 | 0 | 61 | 65 | 15 | 5 | 101 | 100 |
| Binary | 11011111 | 1110010 | 1101001 | 0 | 110001 | 110101 | 1101 | 101 | 1000001 | 1000000 |
Color Harmonies of #DF7269
Complementary color
Monochromatic Colors of #DF7269
Black with #DF7269
Text Example
Text Example
White with #DF7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7269; }
p { color: rgb(223,114,105); }
H1.HeaderClassName
{
color: #DF7269;
}
.AnyTagClassName
{
color: #DF7269;
}
</style>
background-color css
<style>
a { background-color: #DF7269; }
a { background-color: rgb(223,114,105); }
div.DivClassName
{
background-color: #DF7269;
}
.BgClassName
{
background-color: #DF7269;
}
</style>
border-color css
<style>
span { border-color: #DF7269; }
span { border-color: rgb(223,114,105); }
td.TdClassName
{
border-color: #DF7269;
}
.TagClassName
{
border-color: #DF7269;
}
</style>