Shades of Terra Cotta #D97062
Tints of Terra Cotta #D97062
RGB
CMYK
RGB Variations
Color information
#D97062 (or 0xD97062) is known color: Terra Cotta. HEX triplet: D9, 70 and 62. RGB value is (217,112,98). Sum of RGB (Red+Green+Blue) = 217+112+98=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D97062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97062 is #268F9D. Grayscale: #8D8D8D. Windows color (decimal): -2527134 or 6451417. OLE color: 6451417.
HSL color Cylindrical-coordinate representation of color #D97062: hue angle of 7.06º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D97062 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 98 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.15 |
| HSL | 7.06º | 0.61% | 0.62% | - |
| HSV(B) | 7.06º | 0.55% | 0.85% | - |
| XYZ | 36.61 | 27.22 | 14.88 | - |
| YUV | 141.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 98 | 0 | 0.48 | 0.55 | 0.15 | 7.06 | 0.61 | 0.62 |
| Hex | D9 | 70 | 62 | 0 | 30 | 37 | F | 7 | 3D | 3E |
| Octal | 331 | 160 | 142 | 0 | 60 | 67 | 17 | 7 | 75 | 76 |
| Binary | 11011001 | 1110000 | 1100010 | 0 | 110000 | 110111 | 1111 | 111 | 111101 | 111110 |
Color Harmonies of #D97062
Complementary color
Monochromatic Colors of #D97062
Black with #D97062
Text Example
Text Example
White with #D97062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97062; }
p { color: rgb(217,112,98); }
H1.HeaderClassName
{
color: #D97062;
}
.AnyTagClassName
{
color: #D97062;
}
</style>
background-color css
<style>
a { background-color: #D97062; }
a { background-color: rgb(217,112,98); }
div.DivClassName
{
background-color: #D97062;
}
.BgClassName
{
background-color: #D97062;
}
</style>
border-color css
<style>
span { border-color: #D97062; }
span { border-color: rgb(217,112,98); }
td.TdClassName
{
border-color: #D97062;
}
.TagClassName
{
border-color: #D97062;
}
</style>