Shades of Terra Cotta #DC765C
Tints of Terra Cotta #DC765C
RGB
CMYK
RGB Variations
Color information
#DC765C (or 0xDC765C) is known color: Terra Cotta. HEX triplet: DC, 76 and 5C. RGB value is (220,118,92). Sum of RGB (Red+Green+Blue) = 220+118+92=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC765C is #2389A3. Grayscale: #919191. Windows color (decimal): -2328996 or 6059740. OLE color: 6059740.
HSL color Cylindrical-coordinate representation of color #DC765C: hue angle of 12.19º 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 #DC765C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.14 |
| HSL | 12.19º | 0.65% | 0.61% | - |
| HSV(B) | 12.19º | 0.58% | 0.86% | - |
| XYZ | 37.93 | 28.95 | 13.71 | - |
| YUV | 145.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 92 | 0 | 0.46 | 0.58 | 0.14 | 12.19 | 0.65 | 0.61 |
| Hex | DC | 76 | 5C | 0 | 2E | 3A | E | C | 41 | 3D |
| Octal | 334 | 166 | 134 | 0 | 56 | 72 | 16 | 14 | 101 | 75 |
| Binary | 11011100 | 1110110 | 1011100 | 0 | 101110 | 111010 | 1110 | 1100 | 1000001 | 111101 |
Color Harmonies of #DC765C
Complementary color
Monochromatic Colors of #DC765C
Black with #DC765C
Text Example
Text Example
White with #DC765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC765C; }
p { color: rgb(220,118,92); }
H1.HeaderClassName
{
color: #DC765C;
}
.AnyTagClassName
{
color: #DC765C;
}
</style>
background-color css
<style>
a { background-color: #DC765C; }
a { background-color: rgb(220,118,92); }
div.DivClassName
{
background-color: #DC765C;
}
.BgClassName
{
background-color: #DC765C;
}
</style>
border-color css
<style>
span { border-color: #DC765C; }
span { border-color: rgb(220,118,92); }
td.TdClassName
{
border-color: #DC765C;
}
.TagClassName
{
border-color: #DC765C;
}
</style>