Shades of Terra Cotta #D86F65
Tints of Terra Cotta #D86F65
RGB
CMYK
RGB Variations
Color information
#D86F65 (or 0xD86F65) is known color: Terra Cotta. HEX triplet: D8, 6F and 65. RGB value is (216,111,101). Sum of RGB (Red+Green+Blue) = 216+111+101=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F65 is #27909A. Grayscale: #8D8D8D. Windows color (decimal): -2592923 or 6647768. OLE color: 6647768.
HSL color Cylindrical-coordinate representation of color #D86F65: hue angle of 5.22º 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 #D86F65 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 101 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.15 |
| HSL | 5.22º | 0.6% | 0.62% | - |
| HSV(B) | 5.22º | 0.53% | 0.85% | - |
| XYZ | 36.35 | 26.91 | 15.59 | - |
| YUV | 141.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 101 | 0 | 0.49 | 0.53 | 0.15 | 5.22 | 0.6 | 0.62 |
| Hex | D8 | 6F | 65 | 0 | 31 | 35 | F | 5 | 3C | 3E |
| Octal | 330 | 157 | 145 | 0 | 61 | 65 | 17 | 5 | 74 | 76 |
| Binary | 11011000 | 1101111 | 1100101 | 0 | 110001 | 110101 | 1111 | 101 | 111100 | 111110 |
Color Harmonies of #D86F65
Complementary color
Monochromatic Colors of #D86F65
Black with #D86F65
Text Example
Text Example
White with #D86F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F65; }
p { color: rgb(216,111,101); }
H1.HeaderClassName
{
color: #D86F65;
}
.AnyTagClassName
{
color: #D86F65;
}
</style>
background-color css
<style>
a { background-color: #D86F65; }
a { background-color: rgb(216,111,101); }
div.DivClassName
{
background-color: #D86F65;
}
.BgClassName
{
background-color: #D86F65;
}
</style>
border-color css
<style>
span { border-color: #D86F65; }
span { border-color: rgb(216,111,101); }
td.TdClassName
{
border-color: #D86F65;
}
.TagClassName
{
border-color: #D86F65;
}
</style>