Shades of Terra Cotta #DD6B55
Tints of Terra Cotta #DD6B55
RGB
CMYK
RGB Variations
Color information
#DD6B55 (or 0xDD6B55) is known color: Terra Cotta. HEX triplet: DD, 6B and 55. RGB value is (221,107,85). Sum of RGB (Red+Green+Blue) = 221+107+85=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B55 is #2294AA. Grayscale: #8A8A8A. Windows color (decimal): -2266283 or 5598173. OLE color: 5598173.
HSL color Cylindrical-coordinate representation of color #DD6B55: hue angle of 9.71º 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 #DD6B55 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 85 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.13 |
| HSL | 9.71º | 0.67% | 0.6% | - |
| HSV(B) | 9.71º | 0.62% | 0.87% | - |
| XYZ | 36.72 | 26.54 | 11.78 | - |
| YUV | 138.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 85 | 0 | 0.52 | 0.62 | 0.13 | 9.71 | 0.67 | 0.6 |
| Hex | DD | 6B | 55 | 0 | 34 | 3E | D | A | 43 | 3C |
| Octal | 335 | 153 | 125 | 0 | 64 | 76 | 15 | 12 | 103 | 74 |
| Binary | 11011101 | 1101011 | 1010101 | 0 | 110100 | 111110 | 1101 | 1010 | 1000011 | 111100 |
Color Harmonies of #DD6B55
Complementary color
Monochromatic Colors of #DD6B55
Black with #DD6B55
Text Example
Text Example
White with #DD6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B55; }
p { color: rgb(221,107,85); }
H1.HeaderClassName
{
color: #DD6B55;
}
.AnyTagClassName
{
color: #DD6B55;
}
</style>
background-color css
<style>
a { background-color: #DD6B55; }
a { background-color: rgb(221,107,85); }
div.DivClassName
{
background-color: #DD6B55;
}
.BgClassName
{
background-color: #DD6B55;
}
</style>
border-color css
<style>
span { border-color: #DD6B55; }
span { border-color: rgb(221,107,85); }
td.TdClassName
{
border-color: #DD6B55;
}
.TagClassName
{
border-color: #DD6B55;
}
</style>