Shades of Terra Cotta #DF7856
Tints of Terra Cotta #DF7856
RGB
CMYK
RGB Variations
Color information
#DF7856 (or 0xDF7856) is known color: Terra Cotta. HEX triplet: DF, 78 and 56. RGB value is (223,120,86). Sum of RGB (Red+Green+Blue) = 223+120+86=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7856 is #2087A9. Grayscale: #939393. Windows color (decimal): -2131882 or 5667039. OLE color: 5667039.
HSL color Cylindrical-coordinate representation of color #DF7856: hue angle of 14.89º 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 #DF7856 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 86 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.13 |
| HSL | 14.89º | 0.68% | 0.61% | - |
| HSV(B) | 14.89º | 0.61% | 0.87% | - |
| XYZ | 38.83 | 29.79 | 12.51 | - |
| YUV | 146.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 86 | 0 | 0.46 | 0.61 | 0.13 | 14.89 | 0.68 | 0.61 |
| Hex | DF | 78 | 56 | 0 | 2E | 3D | D | F | 44 | 3D |
| Octal | 337 | 170 | 126 | 0 | 56 | 75 | 15 | 17 | 104 | 75 |
| Binary | 11011111 | 1111000 | 1010110 | 0 | 101110 | 111101 | 1101 | 1111 | 1000100 | 111101 |
Color Harmonies of #DF7856
Complementary color
Monochromatic Colors of #DF7856
Black with #DF7856
Text Example
Text Example
White with #DF7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7856; }
p { color: rgb(223,120,86); }
H1.HeaderClassName
{
color: #DF7856;
}
.AnyTagClassName
{
color: #DF7856;
}
</style>
background-color css
<style>
a { background-color: #DF7856; }
a { background-color: rgb(223,120,86); }
div.DivClassName
{
background-color: #DF7856;
}
.BgClassName
{
background-color: #DF7856;
}
</style>
border-color css
<style>
span { border-color: #DF7856; }
span { border-color: rgb(223,120,86); }
td.TdClassName
{
border-color: #DF7856;
}
.TagClassName
{
border-color: #DF7856;
}
</style>