Shades of Terra Cotta #DF7661
Tints of Terra Cotta #DF7661
RGB
CMYK
RGB Variations
Color information
#DF7661 (or 0xDF7661) is known color: Terra Cotta. HEX triplet: DF, 76 and 61. RGB value is (223,118,97). Sum of RGB (Red+Green+Blue) = 223+118+97=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7661 is #20899E. Grayscale: #939393. Windows color (decimal): -2132383 or 6387423. OLE color: 6387423.
HSL color Cylindrical-coordinate representation of color #DF7661: hue angle of 10º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7661 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 97 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.13 |
| HSL | 10º | 0.66% | 0.63% | - |
| HSV(B) | 10º | 0.57% | 0.87% | - |
| XYZ | 39.07 | 29.51 | 14.95 | - |
| YUV | 147 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 97 | 0 | 0.47 | 0.57 | 0.13 | 10 | 0.66 | 0.63 |
| Hex | DF | 76 | 61 | 0 | 2F | 39 | D | A | 42 | 3F |
| Octal | 337 | 166 | 141 | 0 | 57 | 71 | 15 | 12 | 102 | 77 |
| Binary | 11011111 | 1110110 | 1100001 | 0 | 101111 | 111001 | 1101 | 1010 | 1000010 | 111111 |
Color Harmonies of #DF7661
Complementary color
Monochromatic Colors of #DF7661
Black with #DF7661
Text Example
Text Example
White with #DF7661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7661; }
p { color: rgb(223,118,97); }
H1.HeaderClassName
{
color: #DF7661;
}
.AnyTagClassName
{
color: #DF7661;
}
</style>
background-color css
<style>
a { background-color: #DF7661; }
a { background-color: rgb(223,118,97); }
div.DivClassName
{
background-color: #DF7661;
}
.BgClassName
{
background-color: #DF7661;
}
</style>
border-color css
<style>
span { border-color: #DF7661; }
span { border-color: rgb(223,118,97); }
td.TdClassName
{
border-color: #DF7661;
}
.TagClassName
{
border-color: #DF7661;
}
</style>