Shades of Terra Cotta #D96F63
Tints of Terra Cotta #D96F63
RGB
CMYK
RGB Variations
Color information
#D96F63 (or 0xD96F63) is known color: Terra Cotta. HEX triplet: D9, 6F and 63. RGB value is (217,111,99). Sum of RGB (Red+Green+Blue) = 217+111+99=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F63 is #26909C. Grayscale: #8D8D8D. Windows color (decimal): -2527389 or 6516697. OLE color: 6516697.
HSL color Cylindrical-coordinate representation of color #D96F63: hue angle of 6.1º 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 #D96F63 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 99 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.15 |
| HSL | 6.1º | 0.61% | 0.62% | - |
| HSV(B) | 6.1º | 0.54% | 0.85% | - |
| XYZ | 36.55 | 27.02 | 15.09 | - |
| YUV | 141.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 99 | 0 | 0.49 | 0.54 | 0.15 | 6.1 | 0.61 | 0.62 |
| Hex | D9 | 6F | 63 | 0 | 31 | 36 | F | 6 | 3D | 3E |
| Octal | 331 | 157 | 143 | 0 | 61 | 66 | 17 | 6 | 75 | 76 |
| Binary | 11011001 | 1101111 | 1100011 | 0 | 110001 | 110110 | 1111 | 110 | 111101 | 111110 |
Color Harmonies of #D96F63
Complementary color
Monochromatic Colors of #D96F63
Black with #D96F63
Text Example
Text Example
White with #D96F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F63; }
p { color: rgb(217,111,99); }
H1.HeaderClassName
{
color: #D96F63;
}
.AnyTagClassName
{
color: #D96F63;
}
</style>
background-color css
<style>
a { background-color: #D96F63; }
a { background-color: rgb(217,111,99); }
div.DivClassName
{
background-color: #D96F63;
}
.BgClassName
{
background-color: #D96F63;
}
</style>
border-color css
<style>
span { border-color: #D96F63; }
span { border-color: rgb(217,111,99); }
td.TdClassName
{
border-color: #D96F63;
}
.TagClassName
{
border-color: #D96F63;
}
</style>