Shades of Terra Cotta #DF795C
Tints of Terra Cotta #DF795C
RGB
CMYK
RGB Variations
Color information
#DF795C (or 0xDF795C) is known color: Terra Cotta. HEX triplet: DF, 79 and 5C. RGB value is (223,121,92). Sum of RGB (Red+Green+Blue) = 223+121+92=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF795C is #2086A3. Grayscale: #949494. Windows color (decimal): -2131620 or 6060511. OLE color: 6060511.
HSL color Cylindrical-coordinate representation of color #DF795C: hue angle of 13.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF795C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 92 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.13 |
| HSL | 13.28º | 0.67% | 0.62% | - |
| HSV(B) | 13.28º | 0.59% | 0.87% | - |
| XYZ | 39.2 | 30.14 | 13.88 | - |
| YUV | 148.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 92 | 0 | 0.46 | 0.59 | 0.13 | 13.28 | 0.67 | 0.62 |
| Hex | DF | 79 | 5C | 0 | 2E | 3B | D | D | 43 | 3E |
| Octal | 337 | 171 | 134 | 0 | 56 | 73 | 15 | 15 | 103 | 76 |
| Binary | 11011111 | 1111001 | 1011100 | 0 | 101110 | 111011 | 1101 | 1101 | 1000011 | 111110 |
Color Harmonies of #DF795C
Complementary color
Monochromatic Colors of #DF795C
Black with #DF795C
Text Example
Text Example
White with #DF795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF795C; }
p { color: rgb(223,121,92); }
H1.HeaderClassName
{
color: #DF795C;
}
.AnyTagClassName
{
color: #DF795C;
}
</style>
background-color css
<style>
a { background-color: #DF795C; }
a { background-color: rgb(223,121,92); }
div.DivClassName
{
background-color: #DF795C;
}
.BgClassName
{
background-color: #DF795C;
}
</style>
border-color css
<style>
span { border-color: #DF795C; }
span { border-color: rgb(223,121,92); }
td.TdClassName
{
border-color: #DF795C;
}
.TagClassName
{
border-color: #DF795C;
}
</style>