Shades of Terra Cotta #D67468
Tints of Terra Cotta #D67468
RGB
CMYK
RGB Variations
Color information
#D67468 (or 0xD67468) is known color: Terra Cotta. HEX triplet: D6, 74 and 68. RGB value is (214,116,104). Sum of RGB (Red+Green+Blue) = 214+116+104=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67468 is #298B97. Grayscale: #909090. Windows color (decimal): -2722712 or 6845654. OLE color: 6845654.
HSL color Cylindrical-coordinate representation of color #D67468: hue angle of 6.55º 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 #D67468 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 104 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.16 |
| HSL | 6.55º | 0.57% | 0.62% | - |
| HSV(B) | 6.55º | 0.51% | 0.84% | - |
| XYZ | 36.48 | 27.79 | 16.54 | - |
| YUV | 143.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 104 | 0 | 0.46 | 0.51 | 0.16 | 6.55 | 0.57 | 0.62 |
| Hex | D6 | 74 | 68 | 0 | 2E | 33 | 10 | 7 | 39 | 3E |
| Octal | 326 | 164 | 150 | 0 | 56 | 63 | 20 | 7 | 71 | 76 |
| Binary | 11010110 | 1110100 | 1101000 | 0 | 101110 | 110011 | 10000 | 111 | 111001 | 111110 |
Color Harmonies of #D67468
Complementary color
Monochromatic Colors of #D67468
Black with #D67468
Text Example
Text Example
White with #D67468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67468; }
p { color: rgb(214,116,104); }
H1.HeaderClassName
{
color: #D67468;
}
.AnyTagClassName
{
color: #D67468;
}
</style>
background-color css
<style>
a { background-color: #D67468; }
a { background-color: rgb(214,116,104); }
div.DivClassName
{
background-color: #D67468;
}
.BgClassName
{
background-color: #D67468;
}
</style>
border-color css
<style>
span { border-color: #D67468; }
span { border-color: rgb(214,116,104); }
td.TdClassName
{
border-color: #D67468;
}
.TagClassName
{
border-color: #D67468;
}
</style>