Shades of Terra Cotta #D67668
Tints of Terra Cotta #D67668
RGB
CMYK
RGB Variations
Color information
#D67668 (or 0xD67668) is known color: Terra Cotta. HEX triplet: D6, 76 and 68. RGB value is (214,118,104). Sum of RGB (Red+Green+Blue) = 214+118+104=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D67668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67668 is #298997. Grayscale: #919191. Windows color (decimal): -2722200 or 6846166. OLE color: 6846166.
HSL color Cylindrical-coordinate representation of color #D67668: hue angle of 7.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67668 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 104 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.16 |
| HSL | 7.64º | 0.57% | 0.62% | - |
| HSV(B) | 7.64º | 0.51% | 0.84% | - |
| XYZ | 36.71 | 28.25 | 16.62 | - |
| YUV | 145.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 104 | 0 | 0.45 | 0.51 | 0.16 | 7.64 | 0.57 | 0.62 |
| Hex | D6 | 76 | 68 | 0 | 2D | 33 | 10 | 8 | 39 | 3E |
| Octal | 326 | 166 | 150 | 0 | 55 | 63 | 20 | 10 | 71 | 76 |
| Binary | 11010110 | 1110110 | 1101000 | 0 | 101101 | 110011 | 10000 | 1000 | 111001 | 111110 |
Color Harmonies of #D67668
Complementary color
Monochromatic Colors of #D67668
Black with #D67668
Text Example
Text Example
White with #D67668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67668; }
p { color: rgb(214,118,104); }
H1.HeaderClassName
{
color: #D67668;
}
.AnyTagClassName
{
color: #D67668;
}
</style>
background-color css
<style>
a { background-color: #D67668; }
a { background-color: rgb(214,118,104); }
div.DivClassName
{
background-color: #D67668;
}
.BgClassName
{
background-color: #D67668;
}
</style>
border-color css
<style>
span { border-color: #D67668; }
span { border-color: rgb(214,118,104); }
td.TdClassName
{
border-color: #D67668;
}
.TagClassName
{
border-color: #D67668;
}
</style>