Shades of Terra Cotta #DF7658
Tints of Terra Cotta #DF7658
RGB
CMYK
RGB Variations
Color information
#DF7658 (or 0xDF7658) is known color: Terra Cotta. HEX triplet: DF, 76 and 58. RGB value is (223,118,88). Sum of RGB (Red+Green+Blue) = 223+118+88=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7658 is #2089A7. Grayscale: #929292. Windows color (decimal): -2132392 or 5797599. OLE color: 5797599.
HSL color Cylindrical-coordinate representation of color #DF7658: hue angle of 13.33º 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 #DF7658 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 88 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.13 |
| HSL | 13.33º | 0.68% | 0.61% | - |
| HSV(B) | 13.33º | 0.61% | 0.87% | - |
| XYZ | 38.67 | 29.35 | 12.86 | - |
| YUV | 145.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 88 | 0 | 0.47 | 0.61 | 0.13 | 13.33 | 0.68 | 0.61 |
| Hex | DF | 76 | 58 | 0 | 2F | 3D | D | D | 44 | 3D |
| Octal | 337 | 166 | 130 | 0 | 57 | 75 | 15 | 15 | 104 | 75 |
| Binary | 11011111 | 1110110 | 1011000 | 0 | 101111 | 111101 | 1101 | 1101 | 1000100 | 111101 |
Color Harmonies of #DF7658
Complementary color
Monochromatic Colors of #DF7658
Black with #DF7658
Text Example
Text Example
White with #DF7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7658; }
p { color: rgb(223,118,88); }
H1.HeaderClassName
{
color: #DF7658;
}
.AnyTagClassName
{
color: #DF7658;
}
</style>
background-color css
<style>
a { background-color: #DF7658; }
a { background-color: rgb(223,118,88); }
div.DivClassName
{
background-color: #DF7658;
}
.BgClassName
{
background-color: #DF7658;
}
</style>
border-color css
<style>
span { border-color: #DF7658; }
span { border-color: rgb(223,118,88); }
td.TdClassName
{
border-color: #DF7658;
}
.TagClassName
{
border-color: #DF7658;
}
</style>