Shades of Terra Cotta #DC7753
Tints of Terra Cotta #DC7753
RGB
CMYK
RGB Variations
Color information
#DC7753 (or 0xDC7753) is known color: Terra Cotta. HEX triplet: DC, 77 and 53. RGB value is (220,119,83). Sum of RGB (Red+Green+Blue) = 220+119+83=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7753 is #2388AC. Grayscale: #919191. Windows color (decimal): -2328749 or 5470172. OLE color: 5470172.
HSL color Cylindrical-coordinate representation of color #DC7753: hue angle of 15.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7753 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 83 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.14 |
| HSL | 15.77º | 0.66% | 0.59% | - |
| HSV(B) | 15.77º | 0.62% | 0.86% | - |
| XYZ | 37.67 | 29.03 | 11.8 | - |
| YUV | 145.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 83 | 0 | 0.46 | 0.62 | 0.14 | 15.77 | 0.66 | 0.59 |
| Hex | DC | 77 | 53 | 0 | 2E | 3E | E | 10 | 42 | 3B |
| Octal | 334 | 167 | 123 | 0 | 56 | 76 | 16 | 20 | 102 | 73 |
| Binary | 11011100 | 1110111 | 1010011 | 0 | 101110 | 111110 | 1110 | 10000 | 1000010 | 111011 |
Color Harmonies of #DC7753
Complementary color
Monochromatic Colors of #DC7753
Black with #DC7753
Text Example
Text Example
White with #DC7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7753; }
p { color: rgb(220,119,83); }
H1.HeaderClassName
{
color: #DC7753;
}
.AnyTagClassName
{
color: #DC7753;
}
</style>
background-color css
<style>
a { background-color: #DC7753; }
a { background-color: rgb(220,119,83); }
div.DivClassName
{
background-color: #DC7753;
}
.BgClassName
{
background-color: #DC7753;
}
</style>
border-color css
<style>
span { border-color: #DC7753; }
span { border-color: rgb(220,119,83); }
td.TdClassName
{
border-color: #DC7753;
}
.TagClassName
{
border-color: #DC7753;
}
</style>