Shades of Terra Cotta #DD7058
Tints of Terra Cotta #DD7058
RGB
CMYK
RGB Variations
Color information
#DD7058 (or 0xDD7058) is known color: Terra Cotta. HEX triplet: DD, 70 and 58. RGB value is (221,112,88). Sum of RGB (Red+Green+Blue) = 221+112+88=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7058 is #228FA7. Grayscale: #8E8E8E. Windows color (decimal): -2265000 or 5796061. OLE color: 5796061.
HSL color Cylindrical-coordinate representation of color #DD7058: hue angle of 10.83º 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 #DD7058 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 88 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.13 |
| HSL | 10.83º | 0.66% | 0.61% | - |
| HSV(B) | 10.83º | 0.6% | 0.87% | - |
| XYZ | 37.37 | 27.67 | 12.6 | - |
| YUV | 141.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 88 | 0 | 0.49 | 0.60 | 0.13 | 10.83 | 0.66 | 0.61 |
| Hex | DD | 70 | 58 | 0 | 31 | 3C | D | B | 42 | 3D |
| Octal | 335 | 160 | 130 | 0 | 61 | 74 | 15 | 13 | 102 | 75 |
| Binary | 11011101 | 1110000 | 1011000 | 0 | 110001 | 111100 | 1101 | 1011 | 1000010 | 111101 |
Color Harmonies of #DD7058
Complementary color
Monochromatic Colors of #DD7058
Black with #DD7058
Text Example
Text Example
White with #DD7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7058; }
p { color: rgb(221,112,88); }
H1.HeaderClassName
{
color: #DD7058;
}
.AnyTagClassName
{
color: #DD7058;
}
</style>
background-color css
<style>
a { background-color: #DD7058; }
a { background-color: rgb(221,112,88); }
div.DivClassName
{
background-color: #DD7058;
}
.BgClassName
{
background-color: #DD7058;
}
</style>
border-color css
<style>
span { border-color: #DD7058; }
span { border-color: rgb(221,112,88); }
td.TdClassName
{
border-color: #DD7058;
}
.TagClassName
{
border-color: #DD7058;
}
</style>