Shades of Terra Cotta #D67065
Tints of Terra Cotta #D67065
RGB
CMYK
RGB Variations
Color information
#D67065 (or 0xD67065) is known color: Terra Cotta. HEX triplet: D6, 70 and 65. RGB value is (214,112,101). Sum of RGB (Red+Green+Blue) = 214+112+101=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D67065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67065 is #298F9A. Grayscale: #8D8D8D. Windows color (decimal): -2723739 or 6648022. OLE color: 6648022.
HSL color Cylindrical-coordinate representation of color #D67065: hue angle of 5.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D67065 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 101 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.16 |
| HSL | 5.84º | 0.58% | 0.62% | - |
| HSV(B) | 5.84º | 0.53% | 0.84% | - |
| XYZ | 35.87 | 26.82 | 15.6 | - |
| YUV | 141.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 101 | 0 | 0.48 | 0.53 | 0.16 | 5.84 | 0.58 | 0.62 |
| Hex | D6 | 70 | 65 | 0 | 30 | 35 | 10 | 6 | 3A | 3E |
| Octal | 326 | 160 | 145 | 0 | 60 | 65 | 20 | 6 | 72 | 76 |
| Binary | 11010110 | 1110000 | 1100101 | 0 | 110000 | 110101 | 10000 | 110 | 111010 | 111110 |
Color Harmonies of #D67065
Complementary color
Monochromatic Colors of #D67065
Black with #D67065
Text Example
Text Example
White with #D67065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67065; }
p { color: rgb(214,112,101); }
H1.HeaderClassName
{
color: #D67065;
}
.AnyTagClassName
{
color: #D67065;
}
</style>
background-color css
<style>
a { background-color: #D67065; }
a { background-color: rgb(214,112,101); }
div.DivClassName
{
background-color: #D67065;
}
.BgClassName
{
background-color: #D67065;
}
</style>
border-color css
<style>
span { border-color: #D67065; }
span { border-color: rgb(214,112,101); }
td.TdClassName
{
border-color: #D67065;
}
.TagClassName
{
border-color: #D67065;
}
</style>