Shades of Terra Cotta #DF7A58
Tints of Terra Cotta #DF7A58
RGB
CMYK
RGB Variations
Color information
#DF7A58 (or 0xDF7A58) is known color: Terra Cotta. HEX triplet: DF, 7A and 58. RGB value is (223,122,88). Sum of RGB (Red+Green+Blue) = 223+122+88=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A58 is #2085A7. Grayscale: #949494. Windows color (decimal): -2131368 or 5798623. OLE color: 5798623.
HSL color Cylindrical-coordinate representation of color #DF7A58: hue angle of 15.11º 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 #DF7A58 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 88 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.13 |
| HSL | 15.11º | 0.68% | 0.61% | - |
| HSV(B) | 15.11º | 0.61% | 0.87% | - |
| XYZ | 39.15 | 30.31 | 13.02 | - |
| YUV | 148.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 88 | 0 | 0.45 | 0.61 | 0.13 | 15.11 | 0.68 | 0.61 |
| Hex | DF | 7A | 58 | 0 | 2D | 3D | D | F | 44 | 3D |
| Octal | 337 | 172 | 130 | 0 | 55 | 75 | 15 | 17 | 104 | 75 |
| Binary | 11011111 | 1111010 | 1011000 | 0 | 101101 | 111101 | 1101 | 1111 | 1000100 | 111101 |
Color Harmonies of #DF7A58
Complementary color
Monochromatic Colors of #DF7A58
Black with #DF7A58
Text Example
Text Example
White with #DF7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A58; }
p { color: rgb(223,122,88); }
H1.HeaderClassName
{
color: #DF7A58;
}
.AnyTagClassName
{
color: #DF7A58;
}
</style>
background-color css
<style>
a { background-color: #DF7A58; }
a { background-color: rgb(223,122,88); }
div.DivClassName
{
background-color: #DF7A58;
}
.BgClassName
{
background-color: #DF7A58;
}
</style>
border-color css
<style>
span { border-color: #DF7A58; }
span { border-color: rgb(223,122,88); }
td.TdClassName
{
border-color: #DF7A58;
}
.TagClassName
{
border-color: #DF7A58;
}
</style>