Shades of Terra Cotta #D67167
Tints of Terra Cotta #D67167
RGB
CMYK
RGB Variations
Color information
#D67167 (or 0xD67167) is known color: Terra Cotta. HEX triplet: D6, 71 and 67. RGB value is (214,113,103). Sum of RGB (Red+Green+Blue) = 214+113+103=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67167 is #298E98. Grayscale: #8E8E8E. Windows color (decimal): -2723481 or 6779350. OLE color: 6779350.
HSL color Cylindrical-coordinate representation of color #D67167: hue angle of 5.41º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67167 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 103 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.16 |
| HSL | 5.41º | 0.58% | 0.62% | - |
| HSV(B) | 5.41º | 0.52% | 0.84% | - |
| XYZ | 36.08 | 27.09 | 16.16 | - |
| YUV | 142.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 103 | 0 | 0.47 | 0.52 | 0.16 | 5.41 | 0.58 | 0.62 |
| Hex | D6 | 71 | 67 | 0 | 2F | 34 | 10 | 5 | 3A | 3E |
| Octal | 326 | 161 | 147 | 0 | 57 | 64 | 20 | 5 | 72 | 76 |
| Binary | 11010110 | 1110001 | 1100111 | 0 | 101111 | 110100 | 10000 | 101 | 111010 | 111110 |
Color Harmonies of #D67167
Complementary color
Monochromatic Colors of #D67167
Black with #D67167
Text Example
Text Example
White with #D67167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67167; }
p { color: rgb(214,113,103); }
H1.HeaderClassName
{
color: #D67167;
}
.AnyTagClassName
{
color: #D67167;
}
</style>
background-color css
<style>
a { background-color: #D67167; }
a { background-color: rgb(214,113,103); }
div.DivClassName
{
background-color: #D67167;
}
.BgClassName
{
background-color: #D67167;
}
</style>
border-color css
<style>
span { border-color: #D67167; }
span { border-color: rgb(214,113,103); }
td.TdClassName
{
border-color: #D67167;
}
.TagClassName
{
border-color: #D67167;
}
</style>