Shades of Terra Cotta #D9705A
Tints of Terra Cotta #D9705A
RGB
CMYK
RGB Variations
Color information
#D9705A (or 0xD9705A) is known color: Terra Cotta. HEX triplet: D9, 70 and 5A. RGB value is (217,112,90). Sum of RGB (Red+Green+Blue) = 217+112+90=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9705A is #268FA5. Grayscale: #8D8D8D. Windows color (decimal): -2527142 or 5927129. OLE color: 5927129.
HSL color Cylindrical-coordinate representation of color #D9705A: hue angle of 10.39º 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 #D9705A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 90 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.15 |
| HSL | 10.39º | 0.63% | 0.6% | - |
| HSV(B) | 10.39º | 0.59% | 0.85% | - |
| XYZ | 36.25 | 27.08 | 12.99 | - |
| YUV | 140.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 90 | 0 | 0.48 | 0.59 | 0.15 | 10.39 | 0.63 | 0.6 |
| Hex | D9 | 70 | 5A | 0 | 30 | 3B | F | A | 3F | 3C |
| Octal | 331 | 160 | 132 | 0 | 60 | 73 | 17 | 12 | 77 | 74 |
| Binary | 11011001 | 1110000 | 1011010 | 0 | 110000 | 111011 | 1111 | 1010 | 111111 | 111100 |
Color Harmonies of #D9705A
Complementary color
Monochromatic Colors of #D9705A
Black with #D9705A
Text Example
Text Example
White with #D9705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9705A; }
p { color: rgb(217,112,90); }
H1.HeaderClassName
{
color: #D9705A;
}
.AnyTagClassName
{
color: #D9705A;
}
</style>
background-color css
<style>
a { background-color: #D9705A; }
a { background-color: rgb(217,112,90); }
div.DivClassName
{
background-color: #D9705A;
}
.BgClassName
{
background-color: #D9705A;
}
</style>
border-color css
<style>
span { border-color: #D9705A; }
span { border-color: rgb(217,112,90); }
td.TdClassName
{
border-color: #D9705A;
}
.TagClassName
{
border-color: #D9705A;
}
</style>