Shades of Terra Cotta #DD7861
Tints of Terra Cotta #DD7861
RGB
CMYK
RGB Variations
Color information
#DD7861 (or 0xDD7861) is known color: Terra Cotta. HEX triplet: DD, 78 and 61. RGB value is (221,120,97). Sum of RGB (Red+Green+Blue) = 221+120+97=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7861 is #22879E. Grayscale: #939393. Windows color (decimal): -2262943 or 6387933. OLE color: 6387933.
HSL color Cylindrical-coordinate representation of color #DD7861: hue angle of 11.13º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7861 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 97 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.13 |
| HSL | 11.13º | 0.65% | 0.62% | - |
| HSV(B) | 11.13º | 0.56% | 0.87% | - |
| XYZ | 38.69 | 29.67 | 15 | - |
| YUV | 147.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 97 | 0 | 0.46 | 0.56 | 0.13 | 11.13 | 0.65 | 0.62 |
| Hex | DD | 78 | 61 | 0 | 2E | 38 | D | B | 41 | 3E |
| Octal | 335 | 170 | 141 | 0 | 56 | 70 | 15 | 13 | 101 | 76 |
| Binary | 11011101 | 1111000 | 1100001 | 0 | 101110 | 111000 | 1101 | 1011 | 1000001 | 111110 |
Color Harmonies of #DD7861
Complementary color
Monochromatic Colors of #DD7861
Black with #DD7861
Text Example
Text Example
White with #DD7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7861; }
p { color: rgb(221,120,97); }
H1.HeaderClassName
{
color: #DD7861;
}
.AnyTagClassName
{
color: #DD7861;
}
</style>
background-color css
<style>
a { background-color: #DD7861; }
a { background-color: rgb(221,120,97); }
div.DivClassName
{
background-color: #DD7861;
}
.BgClassName
{
background-color: #DD7861;
}
</style>
border-color css
<style>
span { border-color: #DD7861; }
span { border-color: rgb(221,120,97); }
td.TdClassName
{
border-color: #DD7861;
}
.TagClassName
{
border-color: #DD7861;
}
</style>