Shades of Terra Cotta #D96F67
Tints of Terra Cotta #D96F67
RGB
CMYK
RGB Variations
Color information
#D96F67 (or 0xD96F67) is known color: Terra Cotta. HEX triplet: D9, 6F and 67. RGB value is (217,111,103). Sum of RGB (Red+Green+Blue) = 217+111+103=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F67 is #269098. Grayscale: #8D8D8D. Windows color (decimal): -2527385 or 6778841. OLE color: 6778841.
HSL color Cylindrical-coordinate representation of color #D96F67: hue angle of 4.21º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96F67 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 103 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.15 |
| HSL | 4.21º | 0.6% | 0.63% | - |
| HSV(B) | 4.21º | 0.53% | 0.85% | - |
| XYZ | 36.75 | 27.1 | 16.13 | - |
| YUV | 141.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 103 | 0 | 0.49 | 0.53 | 0.15 | 4.21 | 0.6 | 0.63 |
| Hex | D9 | 6F | 67 | 0 | 31 | 35 | F | 4 | 3C | 3F |
| Octal | 331 | 157 | 147 | 0 | 61 | 65 | 17 | 4 | 74 | 77 |
| Binary | 11011001 | 1101111 | 1100111 | 0 | 110001 | 110101 | 1111 | 100 | 111100 | 111111 |
Color Harmonies of #D96F67
Complementary color
Monochromatic Colors of #D96F67
Black with #D96F67
Text Example
Text Example
White with #D96F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F67; }
p { color: rgb(217,111,103); }
H1.HeaderClassName
{
color: #D96F67;
}
.AnyTagClassName
{
color: #D96F67;
}
</style>
background-color css
<style>
a { background-color: #D96F67; }
a { background-color: rgb(217,111,103); }
div.DivClassName
{
background-color: #D96F67;
}
.BgClassName
{
background-color: #D96F67;
}
</style>
border-color css
<style>
span { border-color: #D96F67; }
span { border-color: rgb(217,111,103); }
td.TdClassName
{
border-color: #D96F67;
}
.TagClassName
{
border-color: #D96F67;
}
</style>