Shades of Terra Cotta #DF795F
Tints of Terra Cotta #DF795F
RGB
CMYK
RGB Variations
Color information
#DF795F (or 0xDF795F) is known color: Terra Cotta. HEX triplet: DF, 79 and 5F. RGB value is (223,121,95). Sum of RGB (Red+Green+Blue) = 223+121+95=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF795F is #2086A0. Grayscale: #949494. Windows color (decimal): -2131617 or 6257119. OLE color: 6257119.
HSL color Cylindrical-coordinate representation of color #DF795F: hue angle of 12.19º 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 #DF795F is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 95 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.13 |
| HSL | 12.19º | 0.67% | 0.62% | - |
| HSV(B) | 12.19º | 0.57% | 0.87% | - |
| XYZ | 39.33 | 30.19 | 14.58 | - |
| YUV | 148.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 95 | 0 | 0.46 | 0.57 | 0.13 | 12.19 | 0.67 | 0.62 |
| Hex | DF | 79 | 5F | 0 | 2E | 39 | D | C | 43 | 3E |
| Octal | 337 | 171 | 137 | 0 | 56 | 71 | 15 | 14 | 103 | 76 |
| Binary | 11011111 | 1111001 | 1011111 | 0 | 101110 | 111001 | 1101 | 1100 | 1000011 | 111110 |
Color Harmonies of #DF795F
Complementary color
Monochromatic Colors of #DF795F
Black with #DF795F
Text Example
Text Example
White with #DF795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF795F; }
p { color: rgb(223,121,95); }
H1.HeaderClassName
{
color: #DF795F;
}
.AnyTagClassName
{
color: #DF795F;
}
</style>
background-color css
<style>
a { background-color: #DF795F; }
a { background-color: rgb(223,121,95); }
div.DivClassName
{
background-color: #DF795F;
}
.BgClassName
{
background-color: #DF795F;
}
</style>
border-color css
<style>
span { border-color: #DF795F; }
span { border-color: rgb(223,121,95); }
td.TdClassName
{
border-color: #DF795F;
}
.TagClassName
{
border-color: #DF795F;
}
</style>