Shades of Terra Cotta #DC765F
Tints of Terra Cotta #DC765F
RGB
CMYK
RGB Variations
Color information
#DC765F (or 0xDC765F) is known color: Terra Cotta. HEX triplet: DC, 76 and 5F. RGB value is (220,118,95). Sum of RGB (Red+Green+Blue) = 220+118+95=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC765F is #2389A0. Grayscale: #929292. Windows color (decimal): -2328993 or 6256348. OLE color: 6256348.
HSL color Cylindrical-coordinate representation of color #DC765F: hue angle of 11.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC765F is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 95 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.14 |
| HSL | 11.04º | 0.64% | 0.62% | - |
| HSV(B) | 11.04º | 0.57% | 0.86% | - |
| XYZ | 38.06 | 29 | 14.42 | - |
| YUV | 145.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 95 | 0 | 0.46 | 0.57 | 0.14 | 11.04 | 0.64 | 0.62 |
| Hex | DC | 76 | 5F | 0 | 2E | 39 | E | B | 40 | 3E |
| Octal | 334 | 166 | 137 | 0 | 56 | 71 | 16 | 13 | 100 | 76 |
| Binary | 11011100 | 1110110 | 1011111 | 0 | 101110 | 111001 | 1110 | 1011 | 1000000 | 111110 |
Color Harmonies of #DC765F
Complementary color
Monochromatic Colors of #DC765F
Black with #DC765F
Text Example
Text Example
White with #DC765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC765F; }
p { color: rgb(220,118,95); }
H1.HeaderClassName
{
color: #DC765F;
}
.AnyTagClassName
{
color: #DC765F;
}
</style>
background-color css
<style>
a { background-color: #DC765F; }
a { background-color: rgb(220,118,95); }
div.DivClassName
{
background-color: #DC765F;
}
.BgClassName
{
background-color: #DC765F;
}
</style>
border-color css
<style>
span { border-color: #DC765F; }
span { border-color: rgb(220,118,95); }
td.TdClassName
{
border-color: #DC765F;
}
.TagClassName
{
border-color: #DC765F;
}
</style>