Shades of Terra Cotta #DF735D
Tints of Terra Cotta #DF735D
RGB
CMYK
RGB Variations
Color information
#DF735D (or 0xDF735D) is known color: Terra Cotta. HEX triplet: DF, 73 and 5D. RGB value is (223,115,93). Sum of RGB (Red+Green+Blue) = 223+115+93=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF735D is #208CA2. Grayscale: #909090. Windows color (decimal): -2133155 or 6124511. OLE color: 6124511.
HSL color Cylindrical-coordinate representation of color #DF735D: hue angle of 10.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF735D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 93 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.13 |
| HSL | 10.15º | 0.67% | 0.62% | - |
| HSV(B) | 10.15º | 0.58% | 0.87% | - |
| XYZ | 38.54 | 28.74 | 13.87 | - |
| YUV | 144.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 93 | 0 | 0.48 | 0.58 | 0.13 | 10.15 | 0.67 | 0.62 |
| Hex | DF | 73 | 5D | 0 | 30 | 3A | D | A | 43 | 3E |
| Octal | 337 | 163 | 135 | 0 | 60 | 72 | 15 | 12 | 103 | 76 |
| Binary | 11011111 | 1110011 | 1011101 | 0 | 110000 | 111010 | 1101 | 1010 | 1000011 | 111110 |
Color Harmonies of #DF735D
Complementary color
Monochromatic Colors of #DF735D
Black with #DF735D
Text Example
Text Example
White with #DF735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF735D; }
p { color: rgb(223,115,93); }
H1.HeaderClassName
{
color: #DF735D;
}
.AnyTagClassName
{
color: #DF735D;
}
</style>
background-color css
<style>
a { background-color: #DF735D; }
a { background-color: rgb(223,115,93); }
div.DivClassName
{
background-color: #DF735D;
}
.BgClassName
{
background-color: #DF735D;
}
</style>
border-color css
<style>
span { border-color: #DF735D; }
span { border-color: rgb(223,115,93); }
td.TdClassName
{
border-color: #DF735D;
}
.TagClassName
{
border-color: #DF735D;
}
</style>