Shades of Terra Cotta #DF7863
Tints of Terra Cotta #DF7863
RGB
CMYK
RGB Variations
Color information
#DF7863 (or 0xDF7863) is known color: Terra Cotta. HEX triplet: DF, 78 and 63. RGB value is (223,120,99). Sum of RGB (Red+Green+Blue) = 223+120+99=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7863 is #20879C. Grayscale: #949494. Windows color (decimal): -2131869 or 6519007. OLE color: 6519007.
HSL color Cylindrical-coordinate representation of color #DF7863: hue angle of 10.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7863 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 99 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.13 |
| HSL | 10.16º | 0.66% | 0.63% | - |
| HSV(B) | 10.16º | 0.56% | 0.87% | - |
| XYZ | 39.4 | 30.02 | 15.52 | - |
| YUV | 148.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 99 | 0 | 0.46 | 0.56 | 0.13 | 10.16 | 0.66 | 0.63 |
| Hex | DF | 78 | 63 | 0 | 2E | 38 | D | A | 42 | 3F |
| Octal | 337 | 170 | 143 | 0 | 56 | 70 | 15 | 12 | 102 | 77 |
| Binary | 11011111 | 1111000 | 1100011 | 0 | 101110 | 111000 | 1101 | 1010 | 1000010 | 111111 |
Color Harmonies of #DF7863
Complementary color
Monochromatic Colors of #DF7863
Black with #DF7863
Text Example
Text Example
White with #DF7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7863; }
p { color: rgb(223,120,99); }
H1.HeaderClassName
{
color: #DF7863;
}
.AnyTagClassName
{
color: #DF7863;
}
</style>
background-color css
<style>
a { background-color: #DF7863; }
a { background-color: rgb(223,120,99); }
div.DivClassName
{
background-color: #DF7863;
}
.BgClassName
{
background-color: #DF7863;
}
</style>
border-color css
<style>
span { border-color: #DF7863; }
span { border-color: rgb(223,120,99); }
td.TdClassName
{
border-color: #DF7863;
}
.TagClassName
{
border-color: #DF7863;
}
</style>