Shades of Terra Cotta #DE705B
Tints of Terra Cotta #DE705B
RGB
CMYK
RGB Variations
Color information
#DE705B (or 0xDE705B) is known color: Terra Cotta. HEX triplet: DE, 70 and 5B. RGB value is (222,112,91). Sum of RGB (Red+Green+Blue) = 222+112+91=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE705B is #218FA4. Grayscale: #8E8E8E. Windows color (decimal): -2199461 or 5992670. OLE color: 5992670.
HSL color Cylindrical-coordinate representation of color #DE705B: hue angle of 9.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE705B is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 91 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.13 |
| HSL | 9.62º | 0.66% | 0.61% | - |
| HSV(B) | 9.62º | 0.59% | 0.87% | - |
| XYZ | 37.81 | 27.87 | 13.28 | - |
| YUV | 142.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 91 | 0 | 0.50 | 0.59 | 0.13 | 9.62 | 0.66 | 0.61 |
| Hex | DE | 70 | 5B | 0 | 32 | 3B | D | A | 42 | 3D |
| Octal | 336 | 160 | 133 | 0 | 62 | 73 | 15 | 12 | 102 | 75 |
| Binary | 11011110 | 1110000 | 1011011 | 0 | 110010 | 111011 | 1101 | 1010 | 1000010 | 111101 |
Color Harmonies of #DE705B
Complementary color
Monochromatic Colors of #DE705B
Black with #DE705B
Text Example
Text Example
White with #DE705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE705B; }
p { color: rgb(222,112,91); }
H1.HeaderClassName
{
color: #DE705B;
}
.AnyTagClassName
{
color: #DE705B;
}
</style>
background-color css
<style>
a { background-color: #DE705B; }
a { background-color: rgb(222,112,91); }
div.DivClassName
{
background-color: #DE705B;
}
.BgClassName
{
background-color: #DE705B;
}
</style>
border-color css
<style>
span { border-color: #DE705B; }
span { border-color: rgb(222,112,91); }
td.TdClassName
{
border-color: #DE705B;
}
.TagClassName
{
border-color: #DE705B;
}
</style>