Shades of Terra Cotta #D9715C
Tints of Terra Cotta #D9715C
RGB
CMYK
RGB Variations
Color information
#D9715C (or 0xD9715C) is known color: Terra Cotta. HEX triplet: D9, 71 and 5C. RGB value is (217,113,92). Sum of RGB (Red+Green+Blue) = 217+113+92=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9715C is #268EA3. Grayscale: #8D8D8D. Windows color (decimal): -2526884 or 6058457. OLE color: 6058457.
HSL color Cylindrical-coordinate representation of color #D9715C: hue angle of 10.08º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9715C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 92 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.15 |
| HSL | 10.08º | 0.62% | 0.61% | - |
| HSV(B) | 10.08º | 0.58% | 0.85% | - |
| XYZ | 36.45 | 27.33 | 13.48 | - |
| YUV | 141.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 92 | 0 | 0.48 | 0.58 | 0.15 | 10.08 | 0.62 | 0.61 |
| Hex | D9 | 71 | 5C | 0 | 30 | 3A | F | A | 3E | 3D |
| Octal | 331 | 161 | 134 | 0 | 60 | 72 | 17 | 12 | 76 | 75 |
| Binary | 11011001 | 1110001 | 1011100 | 0 | 110000 | 111010 | 1111 | 1010 | 111110 | 111101 |
Color Harmonies of #D9715C
Complementary color
Monochromatic Colors of #D9715C
Black with #D9715C
Text Example
Text Example
White with #D9715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9715C; }
p { color: rgb(217,113,92); }
H1.HeaderClassName
{
color: #D9715C;
}
.AnyTagClassName
{
color: #D9715C;
}
</style>
background-color css
<style>
a { background-color: #D9715C; }
a { background-color: rgb(217,113,92); }
div.DivClassName
{
background-color: #D9715C;
}
.BgClassName
{
background-color: #D9715C;
}
</style>
border-color css
<style>
span { border-color: #D9715C; }
span { border-color: rgb(217,113,92); }
td.TdClassName
{
border-color: #D9715C;
}
.TagClassName
{
border-color: #D9715C;
}
</style>