Shades of Terra Cotta #D87264
Tints of Terra Cotta #D87264
RGB
CMYK
RGB Variations
Color information
#D87264 (or 0xD87264) is known color: Terra Cotta. HEX triplet: D8, 72 and 64. RGB value is (216,114,100). Sum of RGB (Red+Green+Blue) = 216+114+100=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D87264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87264 is #278D9B. Grayscale: #8F8F8F. Windows color (decimal): -2592156 or 6583000. OLE color: 6583000.
HSL color Cylindrical-coordinate representation of color #D87264: hue angle of 7.24º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D87264 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 100 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.15 |
| HSL | 7.24º | 0.6% | 0.62% | - |
| HSV(B) | 7.24º | 0.54% | 0.85% | - |
| XYZ | 36.64 | 27.55 | 15.44 | - |
| YUV | 142.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 100 | 0 | 0.47 | 0.54 | 0.15 | 7.24 | 0.6 | 0.62 |
| Hex | D8 | 72 | 64 | 0 | 2F | 36 | F | 7 | 3C | 3E |
| Octal | 330 | 162 | 144 | 0 | 57 | 66 | 17 | 7 | 74 | 76 |
| Binary | 11011000 | 1110010 | 1100100 | 0 | 101111 | 110110 | 1111 | 111 | 111100 | 111110 |
Color Harmonies of #D87264
Complementary color
Monochromatic Colors of #D87264
Black with #D87264
Text Example
Text Example
White with #D87264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87264; }
p { color: rgb(216,114,100); }
H1.HeaderClassName
{
color: #D87264;
}
.AnyTagClassName
{
color: #D87264;
}
</style>
background-color css
<style>
a { background-color: #D87264; }
a { background-color: rgb(216,114,100); }
div.DivClassName
{
background-color: #D87264;
}
.BgClassName
{
background-color: #D87264;
}
</style>
border-color css
<style>
span { border-color: #D87264; }
span { border-color: rgb(216,114,100); }
td.TdClassName
{
border-color: #D87264;
}
.TagClassName
{
border-color: #D87264;
}
</style>