Shades of Terra Cotta #D8716A
Tints of Terra Cotta #D8716A
RGB
CMYK
RGB Variations
Color information
#D8716A (or 0xD8716A) is known color: Terra Cotta. HEX triplet: D8, 71 and 6A. RGB value is (216,113,106). Sum of RGB (Red+Green+Blue) = 216+113+106=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8716A is #278E95. Grayscale: #8F8F8F. Windows color (decimal): -2592406 or 6975960. OLE color: 6975960.
HSL color Cylindrical-coordinate representation of color #D8716A: hue angle of 3.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8716A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 106 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.15 |
| HSL | 3.82º | 0.59% | 0.63% | - |
| HSV(B) | 3.82º | 0.51% | 0.85% | - |
| XYZ | 36.83 | 27.45 | 16.99 | - |
| YUV | 143 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 106 | 0 | 0.48 | 0.51 | 0.15 | 3.82 | 0.59 | 0.63 |
| Hex | D8 | 71 | 6A | 0 | 30 | 33 | F | 4 | 3B | 3F |
| Octal | 330 | 161 | 152 | 0 | 60 | 63 | 17 | 4 | 73 | 77 |
| Binary | 11011000 | 1110001 | 1101010 | 0 | 110000 | 110011 | 1111 | 100 | 111011 | 111111 |
Color Harmonies of #D8716A
Complementary color
Monochromatic Colors of #D8716A
Black with #D8716A
Text Example
Text Example
White with #D8716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8716A; }
p { color: rgb(216,113,106); }
H1.HeaderClassName
{
color: #D8716A;
}
.AnyTagClassName
{
color: #D8716A;
}
</style>
background-color css
<style>
a { background-color: #D8716A; }
a { background-color: rgb(216,113,106); }
div.DivClassName
{
background-color: #D8716A;
}
.BgClassName
{
background-color: #D8716A;
}
</style>
border-color css
<style>
span { border-color: #D8716A; }
span { border-color: rgb(216,113,106); }
td.TdClassName
{
border-color: #D8716A;
}
.TagClassName
{
border-color: #D8716A;
}
</style>