Shades of Terra Cotta #DC6C5B
Tints of Terra Cotta #DC6C5B
RGB
CMYK
RGB Variations
Color information
#DC6C5B (or 0xDC6C5B) is known color: Terra Cotta. HEX triplet: DC, 6C and 5B. RGB value is (220,108,91). Sum of RGB (Red+Green+Blue) = 220+108+91=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5B is #2393A4. Grayscale: #8B8B8B. Windows color (decimal): -2331557 or 5991644. OLE color: 5991644.
HSL color Cylindrical-coordinate representation of color #DC6C5B: hue angle of 7.91º 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 #DC6C5B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 91 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.14 |
| HSL | 7.91º | 0.65% | 0.61% | - |
| HSV(B) | 7.91º | 0.59% | 0.86% | - |
| XYZ | 36.77 | 26.7 | 13.11 | - |
| YUV | 139.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 91 | 0 | 0.51 | 0.59 | 0.14 | 7.91 | 0.65 | 0.61 |
| Hex | DC | 6C | 5B | 0 | 33 | 3B | E | 8 | 41 | 3D |
| Octal | 334 | 154 | 133 | 0 | 63 | 73 | 16 | 10 | 101 | 75 |
| Binary | 11011100 | 1101100 | 1011011 | 0 | 110011 | 111011 | 1110 | 1000 | 1000001 | 111101 |
Color Harmonies of #DC6C5B
Complementary color
Monochromatic Colors of #DC6C5B
Black with #DC6C5B
Text Example
Text Example
White with #DC6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C5B; }
p { color: rgb(220,108,91); }
H1.HeaderClassName
{
color: #DC6C5B;
}
.AnyTagClassName
{
color: #DC6C5B;
}
</style>
background-color css
<style>
a { background-color: #DC6C5B; }
a { background-color: rgb(220,108,91); }
div.DivClassName
{
background-color: #DC6C5B;
}
.BgClassName
{
background-color: #DC6C5B;
}
</style>
border-color css
<style>
span { border-color: #DC6C5B; }
span { border-color: rgb(220,108,91); }
td.TdClassName
{
border-color: #DC6C5B;
}
.TagClassName
{
border-color: #DC6C5B;
}
</style>