Shades of Terra Cotta #DD7152
Tints of Terra Cotta #DD7152
RGB
CMYK
RGB Variations
Color information
#DD7152 (or 0xDD7152) is known color: Terra Cotta. HEX triplet: DD, 71 and 52. RGB value is (221,113,82). Sum of RGB (Red+Green+Blue) = 221+113+82=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7152 is #228EAD. Grayscale: #8D8D8D. Windows color (decimal): -2264750 or 5403101. OLE color: 5403101.
HSL color Cylindrical-coordinate representation of color #DD7152: hue angle of 13.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7152 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 82 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.13 |
| HSL | 13.38º | 0.67% | 0.59% | - |
| HSV(B) | 13.38º | 0.63% | 0.87% | - |
| XYZ | 37.25 | 27.79 | 11.38 | - |
| YUV | 141.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 82 | 0 | 0.49 | 0.63 | 0.13 | 13.38 | 0.67 | 0.59 |
| Hex | DD | 71 | 52 | 0 | 31 | 3F | D | D | 43 | 3B |
| Octal | 335 | 161 | 122 | 0 | 61 | 77 | 15 | 15 | 103 | 73 |
| Binary | 11011101 | 1110001 | 1010010 | 0 | 110001 | 111111 | 1101 | 1101 | 1000011 | 111011 |
Color Harmonies of #DD7152
Complementary color
Monochromatic Colors of #DD7152
Black with #DD7152
Text Example
Text Example
White with #DD7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7152; }
p { color: rgb(221,113,82); }
H1.HeaderClassName
{
color: #DD7152;
}
.AnyTagClassName
{
color: #DD7152;
}
</style>
background-color css
<style>
a { background-color: #DD7152; }
a { background-color: rgb(221,113,82); }
div.DivClassName
{
background-color: #DD7152;
}
.BgClassName
{
background-color: #DD7152;
}
</style>
border-color css
<style>
span { border-color: #DD7152; }
span { border-color: rgb(221,113,82); }
td.TdClassName
{
border-color: #DD7152;
}
.TagClassName
{
border-color: #DD7152;
}
</style>