Shades of Terra Cotta #D97659
Tints of Terra Cotta #D97659
RGB
CMYK
RGB Variations
Color information
#D97659 (or 0xD97659) is known color: Terra Cotta. HEX triplet: D9, 76 and 59. RGB value is (217,118,89). Sum of RGB (Red+Green+Blue) = 217+118+89=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D97659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97659 is #2689A6. Grayscale: #909090. Windows color (decimal): -2525607 or 5863129. OLE color: 5863129.
HSL color Cylindrical-coordinate representation of color #D97659: hue angle of 13.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D97659 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 89 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.15 |
| HSL | 13.59º | 0.63% | 0.6% | - |
| HSV(B) | 13.59º | 0.59% | 0.85% | - |
| XYZ | 36.9 | 28.43 | 12.99 | - |
| YUV | 144.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 89 | 0 | 0.46 | 0.59 | 0.15 | 13.59 | 0.63 | 0.6 |
| Hex | D9 | 76 | 59 | 0 | 2E | 3B | F | E | 3F | 3C |
| Octal | 331 | 166 | 131 | 0 | 56 | 73 | 17 | 16 | 77 | 74 |
| Binary | 11011001 | 1110110 | 1011001 | 0 | 101110 | 111011 | 1111 | 1110 | 111111 | 111100 |
Color Harmonies of #D97659
Complementary color
Monochromatic Colors of #D97659
Black with #D97659
Text Example
Text Example
White with #D97659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97659; }
p { color: rgb(217,118,89); }
H1.HeaderClassName
{
color: #D97659;
}
.AnyTagClassName
{
color: #D97659;
}
</style>
background-color css
<style>
a { background-color: #D97659; }
a { background-color: rgb(217,118,89); }
div.DivClassName
{
background-color: #D97659;
}
.BgClassName
{
background-color: #D97659;
}
</style>
border-color css
<style>
span { border-color: #D97659; }
span { border-color: rgb(217,118,89); }
td.TdClassName
{
border-color: #D97659;
}
.TagClassName
{
border-color: #D97659;
}
</style>