Shades of Terra Cotta #DC7D5A
Tints of Terra Cotta #DC7D5A
RGB
CMYK
RGB Variations
Color information
#DC7D5A (or 0xDC7D5A) is known color: Terra Cotta. HEX triplet: DC, 7D and 5A. RGB value is (220,125,90). Sum of RGB (Red+Green+Blue) = 220+125+90=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5A is #2382A5. Grayscale: #959595. Windows color (decimal): -2327206 or 5930460. OLE color: 5930460.
HSL color Cylindrical-coordinate representation of color #DC7D5A: hue angle of 16.15º 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 #DC7D5A is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 90 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.14 |
| HSL | 16.15º | 0.65% | 0.61% | - |
| HSV(B) | 16.15º | 0.59% | 0.86% | - |
| XYZ | 38.69 | 30.62 | 13.54 | - |
| YUV | 149.42 | 94.47 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 90 | 0 | 0.43 | 0.59 | 0.14 | 16.15 | 0.65 | 0.61 |
| Hex | DC | 7D | 5A | 0 | 2B | 3B | E | 10 | 41 | 3D |
| Octal | 334 | 175 | 132 | 0 | 53 | 73 | 16 | 20 | 101 | 75 |
| Binary | 11011100 | 1111101 | 1011010 | 0 | 101011 | 111011 | 1110 | 10000 | 1000001 | 111101 |
Color Harmonies of #DC7D5A
Complementary color
Monochromatic Colors of #DC7D5A
Black with #DC7D5A
Text Example
Text Example
White with #DC7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D5A; }
p { color: rgb(220,125,90); }
H1.HeaderClassName
{
color: #DC7D5A;
}
.AnyTagClassName
{
color: #DC7D5A;
}
</style>
background-color css
<style>
a { background-color: #DC7D5A; }
a { background-color: rgb(220,125,90); }
div.DivClassName
{
background-color: #DC7D5A;
}
.BgClassName
{
background-color: #DC7D5A;
}
</style>
border-color css
<style>
span { border-color: #DC7D5A; }
span { border-color: rgb(220,125,90); }
td.TdClassName
{
border-color: #DC7D5A;
}
.TagClassName
{
border-color: #DC7D5A;
}
</style>