Shades of Terra Cotta #DF7463
Tints of Terra Cotta #DF7463
RGB
CMYK
RGB Variations
Color information
#DF7463 (or 0xDF7463) is known color: Terra Cotta. HEX triplet: DF, 74 and 63. RGB value is (223,116,99). Sum of RGB (Red+Green+Blue) = 223+116+99=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7463 is #208B9C. Grayscale: #929292. Windows color (decimal): -2132893 or 6517983. OLE color: 6517983.
HSL color Cylindrical-coordinate representation of color #DF7463: hue angle of 8.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7463 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 99 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.13 |
| HSL | 8.23º | 0.66% | 0.63% | - |
| HSV(B) | 8.23º | 0.56% | 0.87% | - |
| XYZ | 38.93 | 29.08 | 15.37 | - |
| YUV | 146.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 99 | 0 | 0.48 | 0.56 | 0.13 | 8.23 | 0.66 | 0.63 |
| Hex | DF | 74 | 63 | 0 | 30 | 38 | D | 8 | 42 | 3F |
| Octal | 337 | 164 | 143 | 0 | 60 | 70 | 15 | 10 | 102 | 77 |
| Binary | 11011111 | 1110100 | 1100011 | 0 | 110000 | 111000 | 1101 | 1000 | 1000010 | 111111 |
Color Harmonies of #DF7463
Complementary color
Monochromatic Colors of #DF7463
Black with #DF7463
Text Example
Text Example
White with #DF7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7463; }
p { color: rgb(223,116,99); }
H1.HeaderClassName
{
color: #DF7463;
}
.AnyTagClassName
{
color: #DF7463;
}
</style>
background-color css
<style>
a { background-color: #DF7463; }
a { background-color: rgb(223,116,99); }
div.DivClassName
{
background-color: #DF7463;
}
.BgClassName
{
background-color: #DF7463;
}
</style>
border-color css
<style>
span { border-color: #DF7463; }
span { border-color: rgb(223,116,99); }
td.TdClassName
{
border-color: #DF7463;
}
.TagClassName
{
border-color: #DF7463;
}
</style>