Shades of Terra Cotta #DD7D58
Tints of Terra Cotta #DD7D58
RGB
CMYK
RGB Variations
Color information
#DD7D58 (or 0xDD7D58) is known color: Terra Cotta. HEX triplet: DD, 7D and 58. RGB value is (221,125,88). Sum of RGB (Red+Green+Blue) = 221+125+88=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D58 is #2282A7. Grayscale: #959595. Windows color (decimal): -2261672 or 5799389. OLE color: 5799389.
HSL color Cylindrical-coordinate representation of color #DD7D58: hue angle of 16.69º 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 #DD7D58 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 88 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.13 |
| HSL | 16.69º | 0.66% | 0.61% | - |
| HSV(B) | 16.69º | 0.6% | 0.87% | - |
| XYZ | 38.91 | 30.74 | 13.12 | - |
| YUV | 149.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 88 | 0 | 0.43 | 0.60 | 0.13 | 16.69 | 0.66 | 0.61 |
| Hex | DD | 7D | 58 | 0 | 2B | 3C | D | 11 | 42 | 3D |
| Octal | 335 | 175 | 130 | 0 | 53 | 74 | 15 | 21 | 102 | 75 |
| Binary | 11011101 | 1111101 | 1011000 | 0 | 101011 | 111100 | 1101 | 10001 | 1000010 | 111101 |
Color Harmonies of #DD7D58
Complementary color
Monochromatic Colors of #DD7D58
Black with #DD7D58
Text Example
Text Example
White with #DD7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D58; }
p { color: rgb(221,125,88); }
H1.HeaderClassName
{
color: #DD7D58;
}
.AnyTagClassName
{
color: #DD7D58;
}
</style>
background-color css
<style>
a { background-color: #DD7D58; }
a { background-color: rgb(221,125,88); }
div.DivClassName
{
background-color: #DD7D58;
}
.BgClassName
{
background-color: #DD7D58;
}
</style>
border-color css
<style>
span { border-color: #DD7D58; }
span { border-color: rgb(221,125,88); }
td.TdClassName
{
border-color: #DD7D58;
}
.TagClassName
{
border-color: #DD7D58;
}
</style>