Shades of Terra Cotta #D87561
Tints of Terra Cotta #D87561
RGB
CMYK
RGB Variations
Color information
#D87561 (or 0xD87561) is known color: Terra Cotta. HEX triplet: D8, 75 and 61. RGB value is (216,117,97). Sum of RGB (Red+Green+Blue) = 216+117+97=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D87561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87561 is #278A9E. Grayscale: #909090. Windows color (decimal): -2591391 or 6387160. OLE color: 6387160.
HSL color Cylindrical-coordinate representation of color #D87561: hue angle of 10.08º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87561 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 97 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.15 |
| HSL | 10.08º | 0.6% | 0.61% | - |
| HSV(B) | 10.08º | 0.55% | 0.85% | - |
| XYZ | 36.84 | 28.18 | 14.81 | - |
| YUV | 144.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 97 | 0 | 0.46 | 0.55 | 0.15 | 10.08 | 0.6 | 0.61 |
| Hex | D8 | 75 | 61 | 0 | 2E | 37 | F | A | 3C | 3D |
| Octal | 330 | 165 | 141 | 0 | 56 | 67 | 17 | 12 | 74 | 75 |
| Binary | 11011000 | 1110101 | 1100001 | 0 | 101110 | 110111 | 1111 | 1010 | 111100 | 111101 |
Color Harmonies of #D87561
Complementary color
Monochromatic Colors of #D87561
Black with #D87561
Text Example
Text Example
White with #D87561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87561; }
p { color: rgb(216,117,97); }
H1.HeaderClassName
{
color: #D87561;
}
.AnyTagClassName
{
color: #D87561;
}
</style>
background-color css
<style>
a { background-color: #D87561; }
a { background-color: rgb(216,117,97); }
div.DivClassName
{
background-color: #D87561;
}
.BgClassName
{
background-color: #D87561;
}
</style>
border-color css
<style>
span { border-color: #D87561; }
span { border-color: rgb(216,117,97); }
td.TdClassName
{
border-color: #D87561;
}
.TagClassName
{
border-color: #D87561;
}
</style>