Shades of Terra Cotta #DC7669
Tints of Terra Cotta #DC7669
RGB
CMYK
RGB Variations
Color information
#DC7669 (or 0xDC7669) is known color: Terra Cotta. HEX triplet: DC, 76 and 69. RGB value is (220,118,105). Sum of RGB (Red+Green+Blue) = 220+118+105=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7669 is #238996. Grayscale: #939393. Windows color (decimal): -2328983 or 6911708. OLE color: 6911708.
HSL color Cylindrical-coordinate representation of color #DC7669: hue angle of 6.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7669 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 105 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.14 |
| HSL | 6.78º | 0.62% | 0.64% | - |
| HSV(B) | 6.78º | 0.52% | 0.86% | - |
| XYZ | 38.54 | 29.19 | 16.97 | - |
| YUV | 147.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 105 | 0 | 0.46 | 0.52 | 0.14 | 6.78 | 0.62 | 0.64 |
| Hex | DC | 76 | 69 | 0 | 2E | 34 | E | 7 | 3E | 40 |
| Octal | 334 | 166 | 151 | 0 | 56 | 64 | 16 | 7 | 76 | 100 |
| Binary | 11011100 | 1110110 | 1101001 | 0 | 101110 | 110100 | 1110 | 111 | 111110 | 1000000 |
Color Harmonies of #DC7669
Complementary color
Monochromatic Colors of #DC7669
Black with #DC7669
Text Example
Text Example
White with #DC7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7669; }
p { color: rgb(220,118,105); }
H1.HeaderClassName
{
color: #DC7669;
}
.AnyTagClassName
{
color: #DC7669;
}
</style>
background-color css
<style>
a { background-color: #DC7669; }
a { background-color: rgb(220,118,105); }
div.DivClassName
{
background-color: #DC7669;
}
.BgClassName
{
background-color: #DC7669;
}
</style>
border-color css
<style>
span { border-color: #DC7669; }
span { border-color: rgb(220,118,105); }
td.TdClassName
{
border-color: #DC7669;
}
.TagClassName
{
border-color: #DC7669;
}
</style>