Shades of Terra Cotta #DF735F
Tints of Terra Cotta #DF735F
RGB
CMYK
RGB Variations
Color information
#DF735F (or 0xDF735F) is known color: Terra Cotta. HEX triplet: DF, 73 and 5F. RGB value is (223,115,95). Sum of RGB (Red+Green+Blue) = 223+115+95=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF735F is #208CA0. Grayscale: #919191. Windows color (decimal): -2133153 or 6255583. OLE color: 6255583.
HSL color Cylindrical-coordinate representation of color #DF735F: hue angle of 9.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF735F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 95 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.38º | 0.67% | 0.62% | - |
| HSV(B) | 9.38º | 0.57% | 0.87% | - |
| XYZ | 38.63 | 28.78 | 14.34 | - |
| YUV | 145.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 95 | 0 | 0.48 | 0.57 | 0.13 | 9.38 | 0.67 | 0.62 |
| Hex | DF | 73 | 5F | 0 | 30 | 39 | D | 9 | 43 | 3E |
| Octal | 337 | 163 | 137 | 0 | 60 | 71 | 15 | 11 | 103 | 76 |
| Binary | 11011111 | 1110011 | 1011111 | 0 | 110000 | 111001 | 1101 | 1001 | 1000011 | 111110 |
Color Harmonies of #DF735F
Complementary color
Monochromatic Colors of #DF735F
Black with #DF735F
Text Example
Text Example
White with #DF735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF735F; }
p { color: rgb(223,115,95); }
H1.HeaderClassName
{
color: #DF735F;
}
.AnyTagClassName
{
color: #DF735F;
}
</style>
background-color css
<style>
a { background-color: #DF735F; }
a { background-color: rgb(223,115,95); }
div.DivClassName
{
background-color: #DF735F;
}
.BgClassName
{
background-color: #DF735F;
}
</style>
border-color css
<style>
span { border-color: #DF735F; }
span { border-color: rgb(223,115,95); }
td.TdClassName
{
border-color: #DF735F;
}
.TagClassName
{
border-color: #DF735F;
}
</style>