Shades of Terra Cotta #DC7654
Tints of Terra Cotta #DC7654
RGB
CMYK
RGB Variations
Color information
#DC7654 (or 0xDC7654) is known color: Terra Cotta. HEX triplet: DC, 76 and 54. RGB value is (220,118,84). Sum of RGB (Red+Green+Blue) = 220+118+84=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7654 is #2389AB. Grayscale: #909090. Windows color (decimal): -2329004 or 5535452. OLE color: 5535452.
HSL color Cylindrical-coordinate representation of color #DC7654: hue angle of 15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7654 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 84 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.14 |
| HSL | 15º | 0.66% | 0.6% | - |
| HSV(B) | 15º | 0.62% | 0.86% | - |
| XYZ | 37.59 | 28.81 | 11.97 | - |
| YUV | 144.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 84 | 0 | 0.46 | 0.62 | 0.14 | 15 | 0.66 | 0.6 |
| Hex | DC | 76 | 54 | 0 | 2E | 3E | E | F | 42 | 3C |
| Octal | 334 | 166 | 124 | 0 | 56 | 76 | 16 | 17 | 102 | 74 |
| Binary | 11011100 | 1110110 | 1010100 | 0 | 101110 | 111110 | 1110 | 1111 | 1000010 | 111100 |
Color Harmonies of #DC7654
Complementary color
Monochromatic Colors of #DC7654
Black with #DC7654
Text Example
Text Example
White with #DC7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7654; }
p { color: rgb(220,118,84); }
H1.HeaderClassName
{
color: #DC7654;
}
.AnyTagClassName
{
color: #DC7654;
}
</style>
background-color css
<style>
a { background-color: #DC7654; }
a { background-color: rgb(220,118,84); }
div.DivClassName
{
background-color: #DC7654;
}
.BgClassName
{
background-color: #DC7654;
}
</style>
border-color css
<style>
span { border-color: #DC7654; }
span { border-color: rgb(220,118,84); }
td.TdClassName
{
border-color: #DC7654;
}
.TagClassName
{
border-color: #DC7654;
}
</style>