Shades of Terra Cotta #DF7855
Tints of Terra Cotta #DF7855
RGB
CMYK
RGB Variations
Color information
#DF7855 (or 0xDF7855) is known color: Terra Cotta. HEX triplet: DF, 78 and 55. RGB value is (223,120,85). Sum of RGB (Red+Green+Blue) = 223+120+85=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7855 is #2087AA. Grayscale: #939393. Windows color (decimal): -2131883 or 5601503. OLE color: 5601503.
HSL color Cylindrical-coordinate representation of color #DF7855: hue angle of 15.22º 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 #DF7855 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 85 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.13 |
| HSL | 15.22º | 0.68% | 0.6% | - |
| HSV(B) | 15.22º | 0.62% | 0.87% | - |
| XYZ | 38.79 | 29.78 | 12.3 | - |
| YUV | 146.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 85 | 0 | 0.46 | 0.62 | 0.13 | 15.22 | 0.68 | 0.6 |
| Hex | DF | 78 | 55 | 0 | 2E | 3E | D | F | 44 | 3C |
| Octal | 337 | 170 | 125 | 0 | 56 | 76 | 15 | 17 | 104 | 74 |
| Binary | 11011111 | 1111000 | 1010101 | 0 | 101110 | 111110 | 1101 | 1111 | 1000100 | 111100 |
Color Harmonies of #DF7855
Complementary color
Monochromatic Colors of #DF7855
Black with #DF7855
Text Example
Text Example
White with #DF7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7855; }
p { color: rgb(223,120,85); }
H1.HeaderClassName
{
color: #DF7855;
}
.AnyTagClassName
{
color: #DF7855;
}
</style>
background-color css
<style>
a { background-color: #DF7855; }
a { background-color: rgb(223,120,85); }
div.DivClassName
{
background-color: #DF7855;
}
.BgClassName
{
background-color: #DF7855;
}
</style>
border-color css
<style>
span { border-color: #DF7855; }
span { border-color: rgb(223,120,85); }
td.TdClassName
{
border-color: #DF7855;
}
.TagClassName
{
border-color: #DF7855;
}
</style>