Shades of Terra Cotta #DF7458
Tints of Terra Cotta #DF7458
RGB
CMYK
RGB Variations
Color information
#DF7458 (or 0xDF7458) is known color: Terra Cotta. HEX triplet: DF, 74 and 58. RGB value is (223,116,88). Sum of RGB (Red+Green+Blue) = 223+116+88=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7458 is #208BA7. Grayscale: #919191. Windows color (decimal): -2132904 or 5797087. OLE color: 5797087.
HSL color Cylindrical-coordinate representation of color #DF7458: hue angle of 12.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7458 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 88 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.13 |
| HSL | 12.44º | 0.68% | 0.61% | - |
| HSV(B) | 12.44º | 0.61% | 0.87% | - |
| XYZ | 38.44 | 28.88 | 12.78 | - |
| YUV | 144.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 88 | 0 | 0.48 | 0.61 | 0.13 | 12.44 | 0.68 | 0.61 |
| Hex | DF | 74 | 58 | 0 | 30 | 3D | D | C | 44 | 3D |
| Octal | 337 | 164 | 130 | 0 | 60 | 75 | 15 | 14 | 104 | 75 |
| Binary | 11011111 | 1110100 | 1011000 | 0 | 110000 | 111101 | 1101 | 1100 | 1000100 | 111101 |
Color Harmonies of #DF7458
Complementary color
Monochromatic Colors of #DF7458
Black with #DF7458
Text Example
Text Example
White with #DF7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7458; }
p { color: rgb(223,116,88); }
H1.HeaderClassName
{
color: #DF7458;
}
.AnyTagClassName
{
color: #DF7458;
}
</style>
background-color css
<style>
a { background-color: #DF7458; }
a { background-color: rgb(223,116,88); }
div.DivClassName
{
background-color: #DF7458;
}
.BgClassName
{
background-color: #DF7458;
}
</style>
border-color css
<style>
span { border-color: #DF7458; }
span { border-color: rgb(223,116,88); }
td.TdClassName
{
border-color: #DF7458;
}
.TagClassName
{
border-color: #DF7458;
}
</style>