Shades of Terra Cotta #DE785C
Tints of Terra Cotta #DE785C
RGB
CMYK
RGB Variations
Color information
#DE785C (or 0xDE785C) is known color: Terra Cotta. HEX triplet: DE, 78 and 5C. RGB value is (222,120,92). Sum of RGB (Red+Green+Blue) = 222+120+92=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE785C is #2187A3. Grayscale: #939393. Windows color (decimal): -2197412 or 6060254. OLE color: 6060254.
HSL color Cylindrical-coordinate representation of color #DE785C: hue angle of 12.92º degrees, saturation: 0.66, 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 #DE785C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 92 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.13 |
| HSL | 12.92º | 0.66% | 0.62% | - |
| HSV(B) | 12.92º | 0.59% | 0.87% | - |
| XYZ | 38.77 | 29.74 | 13.82 | - |
| YUV | 147.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 92 | 0 | 0.46 | 0.59 | 0.13 | 12.92 | 0.66 | 0.62 |
| Hex | DE | 78 | 5C | 0 | 2E | 3B | D | D | 42 | 3E |
| Octal | 336 | 170 | 134 | 0 | 56 | 73 | 15 | 15 | 102 | 76 |
| Binary | 11011110 | 1111000 | 1011100 | 0 | 101110 | 111011 | 1101 | 1101 | 1000010 | 111110 |
Color Harmonies of #DE785C
Complementary color
Monochromatic Colors of #DE785C
Black with #DE785C
Text Example
Text Example
White with #DE785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE785C; }
p { color: rgb(222,120,92); }
H1.HeaderClassName
{
color: #DE785C;
}
.AnyTagClassName
{
color: #DE785C;
}
</style>
background-color css
<style>
a { background-color: #DE785C; }
a { background-color: rgb(222,120,92); }
div.DivClassName
{
background-color: #DE785C;
}
.BgClassName
{
background-color: #DE785C;
}
</style>
border-color css
<style>
span { border-color: #DE785C; }
span { border-color: rgb(222,120,92); }
td.TdClassName
{
border-color: #DE785C;
}
.TagClassName
{
border-color: #DE785C;
}
</style>