Shades of Terra Cotta #DC6A59
Tints of Terra Cotta #DC6A59
RGB
CMYK
RGB Variations
Color information
#DC6A59 (or 0xDC6A59) is known color: Terra Cotta. HEX triplet: DC, 6A and 59. RGB value is (220,106,89). Sum of RGB (Red+Green+Blue) = 220+106+89=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A59 is #2395A6. Grayscale: #8A8A8A. Windows color (decimal): -2332071 or 5860060. OLE color: 5860060.
HSL color Cylindrical-coordinate representation of color #DC6A59: hue angle of 7.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6A59 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 89 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.14 |
| HSL | 7.79º | 0.65% | 0.61% | - |
| HSV(B) | 7.79º | 0.6% | 0.86% | - |
| XYZ | 36.47 | 26.24 | 12.59 | - |
| YUV | 138.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 89 | 0 | 0.52 | 0.60 | 0.14 | 7.79 | 0.65 | 0.61 |
| Hex | DC | 6A | 59 | 0 | 34 | 3C | E | 8 | 41 | 3D |
| Octal | 334 | 152 | 131 | 0 | 64 | 74 | 16 | 10 | 101 | 75 |
| Binary | 11011100 | 1101010 | 1011001 | 0 | 110100 | 111100 | 1110 | 1000 | 1000001 | 111101 |
Color Harmonies of #DC6A59
Complementary color
Monochromatic Colors of #DC6A59
Black with #DC6A59
Text Example
Text Example
White with #DC6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A59; }
p { color: rgb(220,106,89); }
H1.HeaderClassName
{
color: #DC6A59;
}
.AnyTagClassName
{
color: #DC6A59;
}
</style>
background-color css
<style>
a { background-color: #DC6A59; }
a { background-color: rgb(220,106,89); }
div.DivClassName
{
background-color: #DC6A59;
}
.BgClassName
{
background-color: #DC6A59;
}
</style>
border-color css
<style>
span { border-color: #DC6A59; }
span { border-color: rgb(220,106,89); }
td.TdClassName
{
border-color: #DC6A59;
}
.TagClassName
{
border-color: #DC6A59;
}
</style>