Shades of Terra Cotta #DD725D
Tints of Terra Cotta #DD725D
RGB
CMYK
RGB Variations
Color information
#DD725D (or 0xDD725D) is known color: Terra Cotta. HEX triplet: DD, 72 and 5D. RGB value is (221,114,93). Sum of RGB (Red+Green+Blue) = 221+114+93=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD725D is #228DA2. Grayscale: #8F8F8F. Windows color (decimal): -2264483 or 6124253. OLE color: 6124253.
HSL color Cylindrical-coordinate representation of color #DD725D: hue angle of 9.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD725D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 93 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.13 |
| HSL | 9.84º | 0.65% | 0.62% | - |
| HSV(B) | 9.84º | 0.58% | 0.87% | - |
| XYZ | 37.81 | 28.2 | 13.81 | - |
| YUV | 143.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 93 | 0 | 0.48 | 0.58 | 0.13 | 9.84 | 0.65 | 0.62 |
| Hex | DD | 72 | 5D | 0 | 30 | 3A | D | A | 41 | 3E |
| Octal | 335 | 162 | 135 | 0 | 60 | 72 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110010 | 1011101 | 0 | 110000 | 111010 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD725D
Complementary color
Monochromatic Colors of #DD725D
Black with #DD725D
Text Example
Text Example
White with #DD725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD725D; }
p { color: rgb(221,114,93); }
H1.HeaderClassName
{
color: #DD725D;
}
.AnyTagClassName
{
color: #DD725D;
}
</style>
background-color css
<style>
a { background-color: #DD725D; }
a { background-color: rgb(221,114,93); }
div.DivClassName
{
background-color: #DD725D;
}
.BgClassName
{
background-color: #DD725D;
}
</style>
border-color css
<style>
span { border-color: #DD725D; }
span { border-color: rgb(221,114,93); }
td.TdClassName
{
border-color: #DD725D;
}
.TagClassName
{
border-color: #DD725D;
}
</style>