Shades of Terra Cotta #DD725B
Tints of Terra Cotta #DD725B
RGB
CMYK
RGB Variations
Color information
#DD725B (or 0xDD725B) is known color: Terra Cotta. HEX triplet: DD, 72 and 5B. RGB value is (221,114,91). Sum of RGB (Red+Green+Blue) = 221+114+91=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD725B is #228DA4. Grayscale: #8F8F8F. Windows color (decimal): -2264485 or 5993181. OLE color: 5993181.
HSL color Cylindrical-coordinate representation of color #DD725B: hue angle of 10.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD725B is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 91 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.13 |
| HSL | 10.62º | 0.66% | 0.61% | - |
| HSV(B) | 10.62º | 0.59% | 0.87% | - |
| XYZ | 37.72 | 28.16 | 13.35 | - |
| YUV | 143.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 91 | 0 | 0.48 | 0.59 | 0.13 | 10.62 | 0.66 | 0.61 |
| Hex | DD | 72 | 5B | 0 | 30 | 3B | D | B | 42 | 3D |
| Octal | 335 | 162 | 133 | 0 | 60 | 73 | 15 | 13 | 102 | 75 |
| Binary | 11011101 | 1110010 | 1011011 | 0 | 110000 | 111011 | 1101 | 1011 | 1000010 | 111101 |
Color Harmonies of #DD725B
Complementary color
Monochromatic Colors of #DD725B
Black with #DD725B
Text Example
Text Example
White with #DD725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD725B; }
p { color: rgb(221,114,91); }
H1.HeaderClassName
{
color: #DD725B;
}
.AnyTagClassName
{
color: #DD725B;
}
</style>
background-color css
<style>
a { background-color: #DD725B; }
a { background-color: rgb(221,114,91); }
div.DivClassName
{
background-color: #DD725B;
}
.BgClassName
{
background-color: #DD725B;
}
</style>
border-color css
<style>
span { border-color: #DD725B; }
span { border-color: rgb(221,114,91); }
td.TdClassName
{
border-color: #DD725B;
}
.TagClassName
{
border-color: #DD725B;
}
</style>