Shades of Terra Cotta #D9735C
Tints of Terra Cotta #D9735C
RGB
CMYK
RGB Variations
Color information
#D9735C (or 0xD9735C) is known color: Terra Cotta. HEX triplet: D9, 73 and 5C. RGB value is (217,115,92). Sum of RGB (Red+Green+Blue) = 217+115+92=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9735C is #268CA3. Grayscale: #8F8F8F. Windows color (decimal): -2526372 or 6058969. OLE color: 6058969.
HSL color Cylindrical-coordinate representation of color #D9735C: hue angle of 11.04º 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 #D9735C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.15 |
| HSL | 11.04º | 0.62% | 0.61% | - |
| HSV(B) | 11.04º | 0.58% | 0.85% | - |
| XYZ | 36.68 | 27.79 | 13.56 | - |
| YUV | 142.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 92 | 0 | 0.47 | 0.58 | 0.15 | 11.04 | 0.62 | 0.61 |
| Hex | D9 | 73 | 5C | 0 | 2F | 3A | F | B | 3E | 3D |
| Octal | 331 | 163 | 134 | 0 | 57 | 72 | 17 | 13 | 76 | 75 |
| Binary | 11011001 | 1110011 | 1011100 | 0 | 101111 | 111010 | 1111 | 1011 | 111110 | 111101 |
Color Harmonies of #D9735C
Complementary color
Monochromatic Colors of #D9735C
Black with #D9735C
Text Example
Text Example
White with #D9735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9735C; }
p { color: rgb(217,115,92); }
H1.HeaderClassName
{
color: #D9735C;
}
.AnyTagClassName
{
color: #D9735C;
}
</style>
background-color css
<style>
a { background-color: #D9735C; }
a { background-color: rgb(217,115,92); }
div.DivClassName
{
background-color: #D9735C;
}
.BgClassName
{
background-color: #D9735C;
}
</style>
border-color css
<style>
span { border-color: #D9735C; }
span { border-color: rgb(217,115,92); }
td.TdClassName
{
border-color: #D9735C;
}
.TagClassName
{
border-color: #D9735C;
}
</style>