Shades of Terra Cotta #D67568
Tints of Terra Cotta #D67568
RGB
CMYK
RGB Variations
Color information
#D67568 (or 0xD67568) is known color: Terra Cotta. HEX triplet: D6, 75 and 68. RGB value is (214,117,104). Sum of RGB (Red+Green+Blue) = 214+117+104=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D67568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67568 is #298A97. Grayscale: #909090. Windows color (decimal): -2722456 or 6845910. OLE color: 6845910.
HSL color Cylindrical-coordinate representation of color #D67568: hue angle of 7.09º 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 #D67568 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 104 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.16 |
| HSL | 7.09º | 0.57% | 0.62% | - |
| HSV(B) | 7.09º | 0.51% | 0.84% | - |
| XYZ | 36.59 | 28.02 | 16.58 | - |
| YUV | 144.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 104 | 0 | 0.45 | 0.51 | 0.16 | 7.09 | 0.57 | 0.62 |
| Hex | D6 | 75 | 68 | 0 | 2D | 33 | 10 | 7 | 39 | 3E |
| Octal | 326 | 165 | 150 | 0 | 55 | 63 | 20 | 7 | 71 | 76 |
| Binary | 11010110 | 1110101 | 1101000 | 0 | 101101 | 110011 | 10000 | 111 | 111001 | 111110 |
Color Harmonies of #D67568
Complementary color
Monochromatic Colors of #D67568
Black with #D67568
Text Example
Text Example
White with #D67568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67568; }
p { color: rgb(214,117,104); }
H1.HeaderClassName
{
color: #D67568;
}
.AnyTagClassName
{
color: #D67568;
}
</style>
background-color css
<style>
a { background-color: #D67568; }
a { background-color: rgb(214,117,104); }
div.DivClassName
{
background-color: #D67568;
}
.BgClassName
{
background-color: #D67568;
}
</style>
border-color css
<style>
span { border-color: #D67568; }
span { border-color: rgb(214,117,104); }
td.TdClassName
{
border-color: #D67568;
}
.TagClassName
{
border-color: #D67568;
}
</style>