Shades of Terra Cotta #DD6F67
Tints of Terra Cotta #DD6F67
RGB
CMYK
RGB Variations
Color information
#DD6F67 (or 0xDD6F67) is known color: Terra Cotta. HEX triplet: DD, 6F and 67. RGB value is (221,111,103). Sum of RGB (Red+Green+Blue) = 221+111+103=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F67 is #229098. Grayscale: #8F8F8F. Windows color (decimal): -2265241 or 6778845. OLE color: 6778845.
HSL color Cylindrical-coordinate representation of color #DD6F67: hue angle of 4.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6F67 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 103 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.13 |
| HSL | 4.07º | 0.63% | 0.64% | - |
| HSV(B) | 4.07º | 0.53% | 0.87% | - |
| XYZ | 37.95 | 27.72 | 16.18 | - |
| YUV | 142.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 103 | 0 | 0.50 | 0.53 | 0.13 | 4.07 | 0.63 | 0.64 |
| Hex | DD | 6F | 67 | 0 | 32 | 35 | D | 4 | 3F | 40 |
| Octal | 335 | 157 | 147 | 0 | 62 | 65 | 15 | 4 | 77 | 100 |
| Binary | 11011101 | 1101111 | 1100111 | 0 | 110010 | 110101 | 1101 | 100 | 111111 | 1000000 |
Color Harmonies of #DD6F67
Complementary color
Monochromatic Colors of #DD6F67
Black with #DD6F67
Text Example
Text Example
White with #DD6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F67; }
p { color: rgb(221,111,103); }
H1.HeaderClassName
{
color: #DD6F67;
}
.AnyTagClassName
{
color: #DD6F67;
}
</style>
background-color css
<style>
a { background-color: #DD6F67; }
a { background-color: rgb(221,111,103); }
div.DivClassName
{
background-color: #DD6F67;
}
.BgClassName
{
background-color: #DD6F67;
}
</style>
border-color css
<style>
span { border-color: #DD6F67; }
span { border-color: rgb(221,111,103); }
td.TdClassName
{
border-color: #DD6F67;
}
.TagClassName
{
border-color: #DD6F67;
}
</style>