Shades of Terra Cotta #DC7D5C
Tints of Terra Cotta #DC7D5C
RGB
CMYK
RGB Variations
Color information
#DC7D5C (or 0xDC7D5C) is known color: Terra Cotta. HEX triplet: DC, 7D and 5C. RGB value is (220,125,92). Sum of RGB (Red+Green+Blue) = 220+125+92=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5C is #2382A3. Grayscale: #959595. Windows color (decimal): -2327204 or 6061532. OLE color: 6061532.
HSL color Cylindrical-coordinate representation of color #DC7D5C: hue angle of 15.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC7D5C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 92 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.14 |
| HSL | 15.47º | 0.65% | 0.61% | - |
| HSV(B) | 15.47º | 0.58% | 0.86% | - |
| XYZ | 38.78 | 30.66 | 14 | - |
| YUV | 149.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 92 | 0 | 0.43 | 0.58 | 0.14 | 15.47 | 0.65 | 0.61 |
| Hex | DC | 7D | 5C | 0 | 2B | 3A | E | F | 41 | 3D |
| Octal | 334 | 175 | 134 | 0 | 53 | 72 | 16 | 17 | 101 | 75 |
| Binary | 11011100 | 1111101 | 1011100 | 0 | 101011 | 111010 | 1110 | 1111 | 1000001 | 111101 |
Color Harmonies of #DC7D5C
Complementary color
Monochromatic Colors of #DC7D5C
Black with #DC7D5C
Text Example
Text Example
White with #DC7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D5C; }
p { color: rgb(220,125,92); }
H1.HeaderClassName
{
color: #DC7D5C;
}
.AnyTagClassName
{
color: #DC7D5C;
}
</style>
background-color css
<style>
a { background-color: #DC7D5C; }
a { background-color: rgb(220,125,92); }
div.DivClassName
{
background-color: #DC7D5C;
}
.BgClassName
{
background-color: #DC7D5C;
}
</style>
border-color css
<style>
span { border-color: #DC7D5C; }
span { border-color: rgb(220,125,92); }
td.TdClassName
{
border-color: #DC7D5C;
}
.TagClassName
{
border-color: #DC7D5C;
}
</style>