Shades of Terra Cotta #D67064
Tints of Terra Cotta #D67064
RGB
CMYK
RGB Variations
Color information
#D67064 (or 0xD67064) is known color: Terra Cotta. HEX triplet: D6, 70 and 64. RGB value is (214,112,100). Sum of RGB (Red+Green+Blue) = 214+112+100=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67064 is #298F9B. Grayscale: #8D8D8D. Windows color (decimal): -2723740 or 6582486. OLE color: 6582486.
HSL color Cylindrical-coordinate representation of color #D67064: hue angle of 6.32º 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 #D67064 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 100 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.16 |
| HSL | 6.32º | 0.58% | 0.62% | - |
| HSV(B) | 6.32º | 0.53% | 0.84% | - |
| XYZ | 35.83 | 26.8 | 15.34 | - |
| YUV | 141.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 100 | 0 | 0.48 | 0.53 | 0.16 | 6.32 | 0.58 | 0.62 |
| Hex | D6 | 70 | 64 | 0 | 30 | 35 | 10 | 6 | 3A | 3E |
| Octal | 326 | 160 | 144 | 0 | 60 | 65 | 20 | 6 | 72 | 76 |
| Binary | 11010110 | 1110000 | 1100100 | 0 | 110000 | 110101 | 10000 | 110 | 111010 | 111110 |
Color Harmonies of #D67064
Complementary color
Monochromatic Colors of #D67064
Black with #D67064
Text Example
Text Example
White with #D67064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67064; }
p { color: rgb(214,112,100); }
H1.HeaderClassName
{
color: #D67064;
}
.AnyTagClassName
{
color: #D67064;
}
</style>
background-color css
<style>
a { background-color: #D67064; }
a { background-color: rgb(214,112,100); }
div.DivClassName
{
background-color: #D67064;
}
.BgClassName
{
background-color: #D67064;
}
</style>
border-color css
<style>
span { border-color: #D67064; }
span { border-color: rgb(214,112,100); }
td.TdClassName
{
border-color: #D67064;
}
.TagClassName
{
border-color: #D67064;
}
</style>