Shades of Terra Cotta #D87562
Tints of Terra Cotta #D87562
RGB
CMYK
RGB Variations
Color information
#D87562 (or 0xD87562) is known color: Terra Cotta. HEX triplet: D8, 75 and 62. RGB value is (216,117,98). Sum of RGB (Red+Green+Blue) = 216+117+98=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87562 is #278A9D. Grayscale: #909090. Windows color (decimal): -2591390 or 6452696. OLE color: 6452696.
HSL color Cylindrical-coordinate representation of color #D87562: hue angle of 9.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87562 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 98 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.15 |
| HSL | 9.66º | 0.6% | 0.62% | - |
| HSV(B) | 9.66º | 0.55% | 0.85% | - |
| XYZ | 36.88 | 28.2 | 15.06 | - |
| YUV | 144.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 98 | 0 | 0.46 | 0.55 | 0.15 | 9.66 | 0.6 | 0.62 |
| Hex | D8 | 75 | 62 | 0 | 2E | 37 | F | A | 3C | 3E |
| Octal | 330 | 165 | 142 | 0 | 56 | 67 | 17 | 12 | 74 | 76 |
| Binary | 11011000 | 1110101 | 1100010 | 0 | 101110 | 110111 | 1111 | 1010 | 111100 | 111110 |
Color Harmonies of #D87562
Complementary color
Monochromatic Colors of #D87562
Black with #D87562
Text Example
Text Example
White with #D87562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87562; }
p { color: rgb(216,117,98); }
H1.HeaderClassName
{
color: #D87562;
}
.AnyTagClassName
{
color: #D87562;
}
</style>
background-color css
<style>
a { background-color: #D87562; }
a { background-color: rgb(216,117,98); }
div.DivClassName
{
background-color: #D87562;
}
.BgClassName
{
background-color: #D87562;
}
</style>
border-color css
<style>
span { border-color: #D87562; }
span { border-color: rgb(216,117,98); }
td.TdClassName
{
border-color: #D87562;
}
.TagClassName
{
border-color: #D87562;
}
</style>