Shades of Terra Cotta #DF7454
Tints of Terra Cotta #DF7454
RGB
CMYK
RGB Variations
Color information
#DF7454 (or 0xDF7454) is known color: Terra Cotta. HEX triplet: DF, 74 and 54. RGB value is (223,116,84). Sum of RGB (Red+Green+Blue) = 223+116+84=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7454 is #208BAB. Grayscale: #909090. Windows color (decimal): -2132908 or 5534943. OLE color: 5534943.
HSL color Cylindrical-coordinate representation of color #DF7454: hue angle of 13.81º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF7454 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 84 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.13 |
| HSL | 13.81º | 0.68% | 0.6% | - |
| HSV(B) | 13.81º | 0.62% | 0.87% | - |
| XYZ | 38.28 | 28.82 | 11.93 | - |
| YUV | 144.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 84 | 0 | 0.48 | 0.62 | 0.13 | 13.81 | 0.68 | 0.6 |
| Hex | DF | 74 | 54 | 0 | 30 | 3E | D | E | 44 | 3C |
| Octal | 337 | 164 | 124 | 0 | 60 | 76 | 15 | 16 | 104 | 74 |
| Binary | 11011111 | 1110100 | 1010100 | 0 | 110000 | 111110 | 1101 | 1110 | 1000100 | 111100 |
Color Harmonies of #DF7454
Complementary color
Monochromatic Colors of #DF7454
Black with #DF7454
Text Example
Text Example
White with #DF7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7454; }
p { color: rgb(223,116,84); }
H1.HeaderClassName
{
color: #DF7454;
}
.AnyTagClassName
{
color: #DF7454;
}
</style>
background-color css
<style>
a { background-color: #DF7454; }
a { background-color: rgb(223,116,84); }
div.DivClassName
{
background-color: #DF7454;
}
.BgClassName
{
background-color: #DF7454;
}
</style>
border-color css
<style>
span { border-color: #DF7454; }
span { border-color: rgb(223,116,84); }
td.TdClassName
{
border-color: #DF7454;
}
.TagClassName
{
border-color: #DF7454;
}
</style>