Shades of Terra Cotta #DF795B
Tints of Terra Cotta #DF795B
RGB
CMYK
RGB Variations
Color information
#DF795B (or 0xDF795B) is known color: Terra Cotta. HEX triplet: DF, 79 and 5B. RGB value is (223,121,91). Sum of RGB (Red+Green+Blue) = 223+121+91=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF795B is #2086A4. Grayscale: #949494. Windows color (decimal): -2131621 or 5994975. OLE color: 5994975.
HSL color Cylindrical-coordinate representation of color #DF795B: hue angle of 13.64º 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 #DF795B is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 91 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.13 |
| HSL | 13.64º | 0.67% | 0.62% | - |
| HSV(B) | 13.64º | 0.59% | 0.87% | - |
| XYZ | 39.16 | 30.12 | 13.65 | - |
| YUV | 148.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 91 | 0 | 0.46 | 0.59 | 0.13 | 13.64 | 0.67 | 0.62 |
| Hex | DF | 79 | 5B | 0 | 2E | 3B | D | E | 43 | 3E |
| Octal | 337 | 171 | 133 | 0 | 56 | 73 | 15 | 16 | 103 | 76 |
| Binary | 11011111 | 1111001 | 1011011 | 0 | 101110 | 111011 | 1101 | 1110 | 1000011 | 111110 |
Color Harmonies of #DF795B
Complementary color
Monochromatic Colors of #DF795B
Black with #DF795B
Text Example
Text Example
White with #DF795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF795B; }
p { color: rgb(223,121,91); }
H1.HeaderClassName
{
color: #DF795B;
}
.AnyTagClassName
{
color: #DF795B;
}
</style>
background-color css
<style>
a { background-color: #DF795B; }
a { background-color: rgb(223,121,91); }
div.DivClassName
{
background-color: #DF795B;
}
.BgClassName
{
background-color: #DF795B;
}
</style>
border-color css
<style>
span { border-color: #DF795B; }
span { border-color: rgb(223,121,91); }
td.TdClassName
{
border-color: #DF795B;
}
.TagClassName
{
border-color: #DF795B;
}
</style>