Shades of Terra Cotta #DF7B62
Tints of Terra Cotta #DF7B62
RGB
CMYK
RGB Variations
Color information
#DF7B62 (or 0xDF7B62) is known color: Terra Cotta. HEX triplet: DF, 7B and 62. RGB value is (223,123,98). Sum of RGB (Red+Green+Blue) = 223+123+98=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B62 is #20849D. Grayscale: #969696. Windows color (decimal): -2131102 or 6454239. OLE color: 6454239.
HSL color Cylindrical-coordinate representation of color #DF7B62: hue angle of 12º 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 #DF7B62 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 98 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.13 |
| HSL | 12º | 0.66% | 0.63% | - |
| HSV(B) | 12º | 0.56% | 0.87% | - |
| XYZ | 39.72 | 30.74 | 15.39 | - |
| YUV | 150.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 98 | 0 | 0.45 | 0.56 | 0.13 | 12 | 0.66 | 0.63 |
| Hex | DF | 7B | 62 | 0 | 2D | 38 | D | C | 42 | 3F |
| Octal | 337 | 173 | 142 | 0 | 55 | 70 | 15 | 14 | 102 | 77 |
| Binary | 11011111 | 1111011 | 1100010 | 0 | 101101 | 111000 | 1101 | 1100 | 1000010 | 111111 |
Color Harmonies of #DF7B62
Complementary color
Monochromatic Colors of #DF7B62
Black with #DF7B62
Text Example
Text Example
White with #DF7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B62; }
p { color: rgb(223,123,98); }
H1.HeaderClassName
{
color: #DF7B62;
}
.AnyTagClassName
{
color: #DF7B62;
}
</style>
background-color css
<style>
a { background-color: #DF7B62; }
a { background-color: rgb(223,123,98); }
div.DivClassName
{
background-color: #DF7B62;
}
.BgClassName
{
background-color: #DF7B62;
}
</style>
border-color css
<style>
span { border-color: #DF7B62; }
span { border-color: rgb(223,123,98); }
td.TdClassName
{
border-color: #DF7B62;
}
.TagClassName
{
border-color: #DF7B62;
}
</style>