Shades of Terra Cotta #DD6F69
Tints of Terra Cotta #DD6F69
RGB
CMYK
RGB Variations
Color information
#DD6F69 (or 0xDD6F69) is known color: Terra Cotta. HEX triplet: DD, 6F and 69. RGB value is (221,111,105). Sum of RGB (Red+Green+Blue) = 221+111+105=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F69 is #229096. Grayscale: #8F8F8F. Windows color (decimal): -2265239 or 6909917. OLE color: 6909917.
HSL color Cylindrical-coordinate representation of color #DD6F69: hue angle of 3.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6F69 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 105 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.13 |
| HSL | 3.1º | 0.63% | 0.64% | - |
| HSV(B) | 3.1º | 0.52% | 0.87% | - |
| XYZ | 38.05 | 27.76 | 16.72 | - |
| YUV | 143.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 105 | 0 | 0.50 | 0.52 | 0.13 | 3.1 | 0.63 | 0.64 |
| Hex | DD | 6F | 69 | 0 | 32 | 34 | D | 3 | 3F | 40 |
| Octal | 335 | 157 | 151 | 0 | 62 | 64 | 15 | 3 | 77 | 100 |
| Binary | 11011101 | 1101111 | 1101001 | 0 | 110010 | 110100 | 1101 | 11 | 111111 | 1000000 |
Color Harmonies of #DD6F69
Complementary color
Monochromatic Colors of #DD6F69
Black with #DD6F69
Text Example
Text Example
White with #DD6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F69; }
p { color: rgb(221,111,105); }
H1.HeaderClassName
{
color: #DD6F69;
}
.AnyTagClassName
{
color: #DD6F69;
}
</style>
background-color css
<style>
a { background-color: #DD6F69; }
a { background-color: rgb(221,111,105); }
div.DivClassName
{
background-color: #DD6F69;
}
.BgClassName
{
background-color: #DD6F69;
}
</style>
border-color css
<style>
span { border-color: #DD6F69; }
span { border-color: rgb(221,111,105); }
td.TdClassName
{
border-color: #DD6F69;
}
.TagClassName
{
border-color: #DD6F69;
}
</style>