Shades of Terra Cotta #DD7A55
Tints of Terra Cotta #DD7A55
RGB
CMYK
RGB Variations
Color information
#DD7A55 (or 0xDD7A55) is known color: Terra Cotta. HEX triplet: DD, 7A and 55. RGB value is (221,122,85). Sum of RGB (Red+Green+Blue) = 221+122+85=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A55 is #2285AA. Grayscale: #939393. Windows color (decimal): -2262443 or 5602013. OLE color: 5602013.
HSL color Cylindrical-coordinate representation of color #DD7A55: hue angle of 16.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7A55 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 85 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.13 |
| HSL | 16.32º | 0.67% | 0.6% | - |
| HSV(B) | 16.32º | 0.62% | 0.87% | - |
| XYZ | 38.42 | 29.95 | 12.35 | - |
| YUV | 147.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 85 | 0 | 0.45 | 0.62 | 0.13 | 16.32 | 0.67 | 0.6 |
| Hex | DD | 7A | 55 | 0 | 2D | 3E | D | 10 | 43 | 3C |
| Octal | 335 | 172 | 125 | 0 | 55 | 76 | 15 | 20 | 103 | 74 |
| Binary | 11011101 | 1111010 | 1010101 | 0 | 101101 | 111110 | 1101 | 10000 | 1000011 | 111100 |
Color Harmonies of #DD7A55
Complementary color
Monochromatic Colors of #DD7A55
Black with #DD7A55
Text Example
Text Example
White with #DD7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A55; }
p { color: rgb(221,122,85); }
H1.HeaderClassName
{
color: #DD7A55;
}
.AnyTagClassName
{
color: #DD7A55;
}
</style>
background-color css
<style>
a { background-color: #DD7A55; }
a { background-color: rgb(221,122,85); }
div.DivClassName
{
background-color: #DD7A55;
}
.BgClassName
{
background-color: #DD7A55;
}
</style>
border-color css
<style>
span { border-color: #DD7A55; }
span { border-color: rgb(221,122,85); }
td.TdClassName
{
border-color: #DD7A55;
}
.TagClassName
{
border-color: #DD7A55;
}
</style>