Shades of Terra Cotta #DF795D
Tints of Terra Cotta #DF795D
RGB
CMYK
RGB Variations
Color information
#DF795D (or 0xDF795D) is known color: Terra Cotta. HEX triplet: DF, 79 and 5D. RGB value is (223,121,93). Sum of RGB (Red+Green+Blue) = 223+121+93=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF795D is #2086A2. Grayscale: #949494. Windows color (decimal): -2131619 or 6126047. OLE color: 6126047.
HSL color Cylindrical-coordinate representation of color #DF795D: hue angle of 12.92º 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 #DF795D is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 93 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.13 |
| HSL | 12.92º | 0.67% | 0.62% | - |
| HSV(B) | 12.92º | 0.58% | 0.87% | - |
| XYZ | 39.24 | 30.15 | 14.11 | - |
| YUV | 148.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 93 | 0 | 0.46 | 0.58 | 0.13 | 12.92 | 0.67 | 0.62 |
| Hex | DF | 79 | 5D | 0 | 2E | 3A | D | D | 43 | 3E |
| Octal | 337 | 171 | 135 | 0 | 56 | 72 | 15 | 15 | 103 | 76 |
| Binary | 11011111 | 1111001 | 1011101 | 0 | 101110 | 111010 | 1101 | 1101 | 1000011 | 111110 |
Color Harmonies of #DF795D
Complementary color
Monochromatic Colors of #DF795D
Black with #DF795D
Text Example
Text Example
White with #DF795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF795D; }
p { color: rgb(223,121,93); }
H1.HeaderClassName
{
color: #DF795D;
}
.AnyTagClassName
{
color: #DF795D;
}
</style>
background-color css
<style>
a { background-color: #DF795D; }
a { background-color: rgb(223,121,93); }
div.DivClassName
{
background-color: #DF795D;
}
.BgClassName
{
background-color: #DF795D;
}
</style>
border-color css
<style>
span { border-color: #DF795D; }
span { border-color: rgb(223,121,93); }
td.TdClassName
{
border-color: #DF795D;
}
.TagClassName
{
border-color: #DF795D;
}
</style>