Shades of Terra Cotta #DD725E
Tints of Terra Cotta #DD725E
RGB
CMYK
RGB Variations
Color information
#DD725E (or 0xDD725E) is known color: Terra Cotta. HEX triplet: DD, 72 and 5E. RGB value is (221,114,94). Sum of RGB (Red+Green+Blue) = 221+114+94=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD725E is #228DA1. Grayscale: #8F8F8F. Windows color (decimal): -2264482 or 6189789. OLE color: 6189789.
HSL color Cylindrical-coordinate representation of color #DD725E: hue angle of 9.45º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD725E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.45º | 0.65% | 0.62% | - |
| HSV(B) | 9.45º | 0.57% | 0.87% | - |
| XYZ | 37.86 | 28.21 | 14.04 | - |
| YUV | 143.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 94 | 0 | 0.48 | 0.57 | 0.13 | 9.45 | 0.65 | 0.62 |
| Hex | DD | 72 | 5E | 0 | 30 | 39 | D | 9 | 41 | 3E |
| Octal | 335 | 162 | 136 | 0 | 60 | 71 | 15 | 11 | 101 | 76 |
| Binary | 11011101 | 1110010 | 1011110 | 0 | 110000 | 111001 | 1101 | 1001 | 1000001 | 111110 |
Color Harmonies of #DD725E
Complementary color
Monochromatic Colors of #DD725E
Black with #DD725E
Text Example
Text Example
White with #DD725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD725E; }
p { color: rgb(221,114,94); }
H1.HeaderClassName
{
color: #DD725E;
}
.AnyTagClassName
{
color: #DD725E;
}
</style>
background-color css
<style>
a { background-color: #DD725E; }
a { background-color: rgb(221,114,94); }
div.DivClassName
{
background-color: #DD725E;
}
.BgClassName
{
background-color: #DD725E;
}
</style>
border-color css
<style>
span { border-color: #DD725E; }
span { border-color: rgb(221,114,94); }
td.TdClassName
{
border-color: #DD725E;
}
.TagClassName
{
border-color: #DD725E;
}
</style>