Shades of Terra Cotta #DF7964
Tints of Terra Cotta #DF7964
RGB
CMYK
RGB Variations
Color information
#DF7964 (or 0xDF7964) is known color: Terra Cotta. HEX triplet: DF, 79 and 64. RGB value is (223,121,100). Sum of RGB (Red+Green+Blue) = 223+121+100=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7964 is #20869B. Grayscale: #959595. Windows color (decimal): -2131612 or 6584799. OLE color: 6584799.
HSL color Cylindrical-coordinate representation of color #DF7964: hue angle of 10.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7964 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 100 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.13 |
| HSL | 10.24º | 0.66% | 0.63% | - |
| HSV(B) | 10.24º | 0.55% | 0.87% | - |
| XYZ | 39.57 | 30.28 | 15.82 | - |
| YUV | 149.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 100 | 0 | 0.46 | 0.55 | 0.13 | 10.24 | 0.66 | 0.63 |
| Hex | DF | 79 | 64 | 0 | 2E | 37 | D | A | 42 | 3F |
| Octal | 337 | 171 | 144 | 0 | 56 | 67 | 15 | 12 | 102 | 77 |
| Binary | 11011111 | 1111001 | 1100100 | 0 | 101110 | 110111 | 1101 | 1010 | 1000010 | 111111 |
Color Harmonies of #DF7964
Complementary color
Monochromatic Colors of #DF7964
Black with #DF7964
Text Example
Text Example
White with #DF7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7964; }
p { color: rgb(223,121,100); }
H1.HeaderClassName
{
color: #DF7964;
}
.AnyTagClassName
{
color: #DF7964;
}
</style>
background-color css
<style>
a { background-color: #DF7964; }
a { background-color: rgb(223,121,100); }
div.DivClassName
{
background-color: #DF7964;
}
.BgClassName
{
background-color: #DF7964;
}
</style>
border-color css
<style>
span { border-color: #DF7964; }
span { border-color: rgb(223,121,100); }
td.TdClassName
{
border-color: #DF7964;
}
.TagClassName
{
border-color: #DF7964;
}
</style>