Shades of Terra Cotta #DD7958
Tints of Terra Cotta #DD7958
RGB
CMYK
RGB Variations
Color information
#DD7958 (or 0xDD7958) is known color: Terra Cotta. HEX triplet: DD, 79 and 58. RGB value is (221,121,88). Sum of RGB (Red+Green+Blue) = 221+121+88=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7958 is #2286A7. Grayscale: #939393. Windows color (decimal): -2262696 or 5798365. OLE color: 5798365.
HSL color Cylindrical-coordinate representation of color #DD7958: hue angle of 14.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD7958 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 88 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.13 |
| HSL | 14.89º | 0.66% | 0.61% | - |
| HSV(B) | 14.89º | 0.6% | 0.87% | - |
| XYZ | 38.42 | 29.75 | 12.95 | - |
| YUV | 147.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 88 | 0 | 0.45 | 0.60 | 0.13 | 14.89 | 0.66 | 0.61 |
| Hex | DD | 79 | 58 | 0 | 2D | 3C | D | F | 42 | 3D |
| Octal | 335 | 171 | 130 | 0 | 55 | 74 | 15 | 17 | 102 | 75 |
| Binary | 11011101 | 1111001 | 1011000 | 0 | 101101 | 111100 | 1101 | 1111 | 1000010 | 111101 |
Color Harmonies of #DD7958
Complementary color
Monochromatic Colors of #DD7958
Black with #DD7958
Text Example
Text Example
White with #DD7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7958; }
p { color: rgb(221,121,88); }
H1.HeaderClassName
{
color: #DD7958;
}
.AnyTagClassName
{
color: #DD7958;
}
</style>
background-color css
<style>
a { background-color: #DD7958; }
a { background-color: rgb(221,121,88); }
div.DivClassName
{
background-color: #DD7958;
}
.BgClassName
{
background-color: #DD7958;
}
</style>
border-color css
<style>
span { border-color: #DD7958; }
span { border-color: rgb(221,121,88); }
td.TdClassName
{
border-color: #DD7958;
}
.TagClassName
{
border-color: #DD7958;
}
</style>