Shades of Terra Cotta #DF7755
Tints of Terra Cotta #DF7755
RGB
CMYK
RGB Variations
Color information
#DF7755 (or 0xDF7755) is known color: Terra Cotta. HEX triplet: DF, 77 and 55. RGB value is (223,119,85). Sum of RGB (Red+Green+Blue) = 223+119+85=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7755 is #2088AA. Grayscale: #929292. Windows color (decimal): -2132139 or 5601247. OLE color: 5601247.
HSL color Cylindrical-coordinate representation of color #DF7755: hue angle of 14.78º 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 #DF7755 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 85 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.13 |
| HSL | 14.78º | 0.68% | 0.6% | - |
| HSV(B) | 14.78º | 0.62% | 0.87% | - |
| XYZ | 38.67 | 29.54 | 12.26 | - |
| YUV | 146.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 85 | 0 | 0.47 | 0.62 | 0.13 | 14.78 | 0.68 | 0.6 |
| Hex | DF | 77 | 55 | 0 | 2F | 3E | D | F | 44 | 3C |
| Octal | 337 | 167 | 125 | 0 | 57 | 76 | 15 | 17 | 104 | 74 |
| Binary | 11011111 | 1110111 | 1010101 | 0 | 101111 | 111110 | 1101 | 1111 | 1000100 | 111100 |
Color Harmonies of #DF7755
Complementary color
Monochromatic Colors of #DF7755
Black with #DF7755
Text Example
Text Example
White with #DF7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7755; }
p { color: rgb(223,119,85); }
H1.HeaderClassName
{
color: #DF7755;
}
.AnyTagClassName
{
color: #DF7755;
}
</style>
background-color css
<style>
a { background-color: #DF7755; }
a { background-color: rgb(223,119,85); }
div.DivClassName
{
background-color: #DF7755;
}
.BgClassName
{
background-color: #DF7755;
}
</style>
border-color css
<style>
span { border-color: #DF7755; }
span { border-color: rgb(223,119,85); }
td.TdClassName
{
border-color: #DF7755;
}
.TagClassName
{
border-color: #DF7755;
}
</style>