Shades of Terra Cotta #DC7D5B
Tints of Terra Cotta #DC7D5B
RGB
CMYK
RGB Variations
Color information
#DC7D5B (or 0xDC7D5B) is known color: Terra Cotta. HEX triplet: DC, 7D and 5B. RGB value is (220,125,91). Sum of RGB (Red+Green+Blue) = 220+125+91=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5B is #2382A4. Grayscale: #959595. Windows color (decimal): -2327205 or 5995996. OLE color: 5995996.
HSL color Cylindrical-coordinate representation of color #DC7D5B: hue angle of 15.81º 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 #DC7D5B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 91 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.14 |
| HSL | 15.81º | 0.65% | 0.61% | - |
| HSV(B) | 15.81º | 0.59% | 0.86% | - |
| XYZ | 38.74 | 30.64 | 13.77 | - |
| YUV | 149.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 91 | 0 | 0.43 | 0.59 | 0.14 | 15.81 | 0.65 | 0.61 |
| Hex | DC | 7D | 5B | 0 | 2B | 3B | E | 10 | 41 | 3D |
| Octal | 334 | 175 | 133 | 0 | 53 | 73 | 16 | 20 | 101 | 75 |
| Binary | 11011100 | 1111101 | 1011011 | 0 | 101011 | 111011 | 1110 | 10000 | 1000001 | 111101 |
Color Harmonies of #DC7D5B
Complementary color
Monochromatic Colors of #DC7D5B
Black with #DC7D5B
Text Example
Text Example
White with #DC7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D5B; }
p { color: rgb(220,125,91); }
H1.HeaderClassName
{
color: #DC7D5B;
}
.AnyTagClassName
{
color: #DC7D5B;
}
</style>
background-color css
<style>
a { background-color: #DC7D5B; }
a { background-color: rgb(220,125,91); }
div.DivClassName
{
background-color: #DC7D5B;
}
.BgClassName
{
background-color: #DC7D5B;
}
</style>
border-color css
<style>
span { border-color: #DC7D5B; }
span { border-color: rgb(220,125,91); }
td.TdClassName
{
border-color: #DC7D5B;
}
.TagClassName
{
border-color: #DC7D5B;
}
</style>