Shades of Terra Cotta #D67368
Tints of Terra Cotta #D67368
RGB
CMYK
RGB Variations
Color information
#D67368 (or 0xD67368) is known color: Terra Cotta. HEX triplet: D6, 73 and 68. RGB value is (214,115,104). Sum of RGB (Red+Green+Blue) = 214+115+104=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D67368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67368 is #298C97. Grayscale: #8F8F8F. Windows color (decimal): -2722968 or 6845398. OLE color: 6845398.
HSL color Cylindrical-coordinate representation of color #D67368: hue angle of 6º 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 #D67368 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 104 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.16 |
| HSL | 6º | 0.57% | 0.62% | - |
| HSV(B) | 6º | 0.51% | 0.84% | - |
| XYZ | 36.36 | 27.56 | 16.5 | - |
| YUV | 143.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 104 | 0 | 0.46 | 0.51 | 0.16 | 6 | 0.57 | 0.62 |
| Hex | D6 | 73 | 68 | 0 | 2E | 33 | 10 | 6 | 39 | 3E |
| Octal | 326 | 163 | 150 | 0 | 56 | 63 | 20 | 6 | 71 | 76 |
| Binary | 11010110 | 1110011 | 1101000 | 0 | 101110 | 110011 | 10000 | 110 | 111001 | 111110 |
Color Harmonies of #D67368
Complementary color
Monochromatic Colors of #D67368
Black with #D67368
Text Example
Text Example
White with #D67368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67368; }
p { color: rgb(214,115,104); }
H1.HeaderClassName
{
color: #D67368;
}
.AnyTagClassName
{
color: #D67368;
}
</style>
background-color css
<style>
a { background-color: #D67368; }
a { background-color: rgb(214,115,104); }
div.DivClassName
{
background-color: #D67368;
}
.BgClassName
{
background-color: #D67368;
}
</style>
border-color css
<style>
span { border-color: #D67368; }
span { border-color: rgb(214,115,104); }
td.TdClassName
{
border-color: #D67368;
}
.TagClassName
{
border-color: #D67368;
}
</style>