Shades of Terra Cotta #D87568
Tints of Terra Cotta #D87568
RGB
CMYK
RGB Variations
Color information
#D87568 (or 0xD87568) is known color: Terra Cotta. HEX triplet: D8, 75 and 68. RGB value is (216,117,104). Sum of RGB (Red+Green+Blue) = 216+117+104=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D87568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87568 is #278A97. Grayscale: #919191. Windows color (decimal): -2591384 or 6845912. OLE color: 6845912.
HSL color Cylindrical-coordinate representation of color #D87568: hue angle of 6.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D87568 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 104 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.15 |
| HSL | 6.96º | 0.59% | 0.63% | - |
| HSV(B) | 6.96º | 0.52% | 0.85% | - |
| XYZ | 37.18 | 28.32 | 16.6 | - |
| YUV | 145.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 104 | 0 | 0.46 | 0.52 | 0.15 | 6.96 | 0.59 | 0.63 |
| Hex | D8 | 75 | 68 | 0 | 2E | 34 | F | 7 | 3B | 3F |
| Octal | 330 | 165 | 150 | 0 | 56 | 64 | 17 | 7 | 73 | 77 |
| Binary | 11011000 | 1110101 | 1101000 | 0 | 101110 | 110100 | 1111 | 111 | 111011 | 111111 |
Color Harmonies of #D87568
Complementary color
Monochromatic Colors of #D87568
Black with #D87568
Text Example
Text Example
White with #D87568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87568; }
p { color: rgb(216,117,104); }
H1.HeaderClassName
{
color: #D87568;
}
.AnyTagClassName
{
color: #D87568;
}
</style>
background-color css
<style>
a { background-color: #D87568; }
a { background-color: rgb(216,117,104); }
div.DivClassName
{
background-color: #D87568;
}
.BgClassName
{
background-color: #D87568;
}
</style>
border-color css
<style>
span { border-color: #D87568; }
span { border-color: rgb(216,117,104); }
td.TdClassName
{
border-color: #D87568;
}
.TagClassName
{
border-color: #D87568;
}
</style>