Shades of Terra Cotta #D97463
Tints of Terra Cotta #D97463
RGB
CMYK
RGB Variations
Color information
#D97463 (or 0xD97463) is known color: Terra Cotta. HEX triplet: D9, 74 and 63. RGB value is (217,116,99). Sum of RGB (Red+Green+Blue) = 217+116+99=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97463 is #268B9C. Grayscale: #909090. Windows color (decimal): -2526109 or 6517977. OLE color: 6517977.
HSL color Cylindrical-coordinate representation of color #D97463: hue angle of 8.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D97463 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 99 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.15 |
| HSL | 8.64º | 0.61% | 0.62% | - |
| HSV(B) | 8.64º | 0.54% | 0.85% | - |
| XYZ | 37.11 | 28.14 | 15.28 | - |
| YUV | 144.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 99 | 0 | 0.47 | 0.54 | 0.15 | 8.64 | 0.61 | 0.62 |
| Hex | D9 | 74 | 63 | 0 | 2F | 36 | F | 9 | 3D | 3E |
| Octal | 331 | 164 | 143 | 0 | 57 | 66 | 17 | 11 | 75 | 76 |
| Binary | 11011001 | 1110100 | 1100011 | 0 | 101111 | 110110 | 1111 | 1001 | 111101 | 111110 |
Color Harmonies of #D97463
Complementary color
Monochromatic Colors of #D97463
Black with #D97463
Text Example
Text Example
White with #D97463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97463; }
p { color: rgb(217,116,99); }
H1.HeaderClassName
{
color: #D97463;
}
.AnyTagClassName
{
color: #D97463;
}
</style>
background-color css
<style>
a { background-color: #D97463; }
a { background-color: rgb(217,116,99); }
div.DivClassName
{
background-color: #D97463;
}
.BgClassName
{
background-color: #D97463;
}
</style>
border-color css
<style>
span { border-color: #D97463; }
span { border-color: rgb(217,116,99); }
td.TdClassName
{
border-color: #D97463;
}
.TagClassName
{
border-color: #D97463;
}
</style>