Shades of Terra Cotta #DF7762
Tints of Terra Cotta #DF7762
RGB
CMYK
RGB Variations
Color information
#DF7762 (or 0xDF7762) is known color: Terra Cotta. HEX triplet: DF, 77 and 62. RGB value is (223,119,98). Sum of RGB (Red+Green+Blue) = 223+119+98=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7762 is #20889D. Grayscale: #939393. Windows color (decimal): -2132126 or 6453215. OLE color: 6453215.
HSL color Cylindrical-coordinate representation of color #DF7762: hue angle of 10.08º 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 #DF7762 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 98 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.13 |
| HSL | 10.08º | 0.66% | 0.63% | - |
| HSV(B) | 10.08º | 0.56% | 0.87% | - |
| XYZ | 39.23 | 29.76 | 15.23 | - |
| YUV | 147.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 98 | 0 | 0.47 | 0.56 | 0.13 | 10.08 | 0.66 | 0.63 |
| Hex | DF | 77 | 62 | 0 | 2F | 38 | D | A | 42 | 3F |
| Octal | 337 | 167 | 142 | 0 | 57 | 70 | 15 | 12 | 102 | 77 |
| Binary | 11011111 | 1110111 | 1100010 | 0 | 101111 | 111000 | 1101 | 1010 | 1000010 | 111111 |
Color Harmonies of #DF7762
Complementary color
Monochromatic Colors of #DF7762
Black with #DF7762
Text Example
Text Example
White with #DF7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7762; }
p { color: rgb(223,119,98); }
H1.HeaderClassName
{
color: #DF7762;
}
.AnyTagClassName
{
color: #DF7762;
}
</style>
background-color css
<style>
a { background-color: #DF7762; }
a { background-color: rgb(223,119,98); }
div.DivClassName
{
background-color: #DF7762;
}
.BgClassName
{
background-color: #DF7762;
}
</style>
border-color css
<style>
span { border-color: #DF7762; }
span { border-color: rgb(223,119,98); }
td.TdClassName
{
border-color: #DF7762;
}
.TagClassName
{
border-color: #DF7762;
}
</style>