Shades of Terra Cotta #DC6E5B
Tints of Terra Cotta #DC6E5B
RGB
CMYK
RGB Variations
Color information
#DC6E5B (or 0xDC6E5B) is known color: Terra Cotta. HEX triplet: DC, 6E and 5B. RGB value is (220,110,91). Sum of RGB (Red+Green+Blue) = 220+110+91=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5B is #2391A4. Grayscale: #8C8C8C. Windows color (decimal): -2331045 or 5992156. OLE color: 5992156.
HSL color Cylindrical-coordinate representation of color #DC6E5B: hue angle of 8.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC6E5B is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 91 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.14 |
| HSL | 8.84º | 0.65% | 0.61% | - |
| HSV(B) | 8.84º | 0.59% | 0.86% | - |
| XYZ | 36.98 | 27.12 | 13.18 | - |
| YUV | 140.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 91 | 0 | 0.50 | 0.59 | 0.14 | 8.84 | 0.65 | 0.61 |
| Hex | DC | 6E | 5B | 0 | 32 | 3B | E | 9 | 41 | 3D |
| Octal | 334 | 156 | 133 | 0 | 62 | 73 | 16 | 11 | 101 | 75 |
| Binary | 11011100 | 1101110 | 1011011 | 0 | 110010 | 111011 | 1110 | 1001 | 1000001 | 111101 |
Color Harmonies of #DC6E5B
Complementary color
Monochromatic Colors of #DC6E5B
Black with #DC6E5B
Text Example
Text Example
White with #DC6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E5B; }
p { color: rgb(220,110,91); }
H1.HeaderClassName
{
color: #DC6E5B;
}
.AnyTagClassName
{
color: #DC6E5B;
}
</style>
background-color css
<style>
a { background-color: #DC6E5B; }
a { background-color: rgb(220,110,91); }
div.DivClassName
{
background-color: #DC6E5B;
}
.BgClassName
{
background-color: #DC6E5B;
}
</style>
border-color css
<style>
span { border-color: #DC6E5B; }
span { border-color: rgb(220,110,91); }
td.TdClassName
{
border-color: #DC6E5B;
}
.TagClassName
{
border-color: #DC6E5B;
}
</style>