Shades of Terra Cotta #D67367
Tints of Terra Cotta #D67367
RGB
CMYK
RGB Variations
Color information
#D67367 (or 0xD67367) is known color: Terra Cotta. HEX triplet: D6, 73 and 67. RGB value is (214,115,103). Sum of RGB (Red+Green+Blue) = 214+115+103=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D67367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67367 is #298C98. Grayscale: #8F8F8F. Windows color (decimal): -2722969 or 6779862. OLE color: 6779862.
HSL color Cylindrical-coordinate representation of color #D67367: hue angle of 6.49º 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 #D67367 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 103 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.16 |
| HSL | 6.49º | 0.58% | 0.62% | - |
| HSV(B) | 6.49º | 0.52% | 0.84% | - |
| XYZ | 36.31 | 27.54 | 16.23 | - |
| YUV | 143.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 103 | 0 | 0.46 | 0.52 | 0.16 | 6.49 | 0.58 | 0.62 |
| Hex | D6 | 73 | 67 | 0 | 2E | 34 | 10 | 6 | 3A | 3E |
| Octal | 326 | 163 | 147 | 0 | 56 | 64 | 20 | 6 | 72 | 76 |
| Binary | 11010110 | 1110011 | 1100111 | 0 | 101110 | 110100 | 10000 | 110 | 111010 | 111110 |
Color Harmonies of #D67367
Complementary color
Monochromatic Colors of #D67367
Black with #D67367
Text Example
Text Example
White with #D67367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67367; }
p { color: rgb(214,115,103); }
H1.HeaderClassName
{
color: #D67367;
}
.AnyTagClassName
{
color: #D67367;
}
</style>
background-color css
<style>
a { background-color: #D67367; }
a { background-color: rgb(214,115,103); }
div.DivClassName
{
background-color: #D67367;
}
.BgClassName
{
background-color: #D67367;
}
</style>
border-color css
<style>
span { border-color: #D67367; }
span { border-color: rgb(214,115,103); }
td.TdClassName
{
border-color: #D67367;
}
.TagClassName
{
border-color: #D67367;
}
</style>