Shades of Terra Cotta #D96F65
Tints of Terra Cotta #D96F65
RGB
CMYK
RGB Variations
Color information
#D96F65 (or 0xD96F65) is known color: Terra Cotta. HEX triplet: D9, 6F and 65. RGB value is (217,111,101). Sum of RGB (Red+Green+Blue) = 217+111+101=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F65 is #26909A. Grayscale: #8D8D8D. Windows color (decimal): -2527387 or 6647769. OLE color: 6647769.
HSL color Cylindrical-coordinate representation of color #D96F65: hue angle of 5.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96F65 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 101 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.15 |
| HSL | 5.17º | 0.6% | 0.62% | - |
| HSV(B) | 5.17º | 0.53% | 0.85% | - |
| XYZ | 36.65 | 27.06 | 15.6 | - |
| YUV | 141.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 101 | 0 | 0.49 | 0.53 | 0.15 | 5.17 | 0.6 | 0.62 |
| Hex | D9 | 6F | 65 | 0 | 31 | 35 | F | 5 | 3C | 3E |
| Octal | 331 | 157 | 145 | 0 | 61 | 65 | 17 | 5 | 74 | 76 |
| Binary | 11011001 | 1101111 | 1100101 | 0 | 110001 | 110101 | 1111 | 101 | 111100 | 111110 |
Color Harmonies of #D96F65
Complementary color
Monochromatic Colors of #D96F65
Black with #D96F65
Text Example
Text Example
White with #D96F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F65; }
p { color: rgb(217,111,101); }
H1.HeaderClassName
{
color: #D96F65;
}
.AnyTagClassName
{
color: #D96F65;
}
</style>
background-color css
<style>
a { background-color: #D96F65; }
a { background-color: rgb(217,111,101); }
div.DivClassName
{
background-color: #D96F65;
}
.BgClassName
{
background-color: #D96F65;
}
</style>
border-color css
<style>
span { border-color: #D96F65; }
span { border-color: rgb(217,111,101); }
td.TdClassName
{
border-color: #D96F65;
}
.TagClassName
{
border-color: #D96F65;
}
</style>