Shades of Terra Cotta #DD765C
Tints of Terra Cotta #DD765C
RGB
CMYK
RGB Variations
Color information
#DD765C (or 0xDD765C) is known color: Terra Cotta. HEX triplet: DD, 76 and 5C. RGB value is (221,118,92). Sum of RGB (Red+Green+Blue) = 221+118+92=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765C is #2289A3. Grayscale: #929292. Windows color (decimal): -2263460 or 6059741. OLE color: 6059741.
HSL color Cylindrical-coordinate representation of color #DD765C: hue angle of 12.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD765C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.13 |
| HSL | 12.09º | 0.65% | 0.61% | - |
| HSV(B) | 12.09º | 0.58% | 0.87% | - |
| XYZ | 38.23 | 29.1 | 13.73 | - |
| YUV | 145.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 92 | 0 | 0.47 | 0.58 | 0.13 | 12.09 | 0.65 | 0.61 |
| Hex | DD | 76 | 5C | 0 | 2F | 3A | D | C | 41 | 3D |
| Octal | 335 | 166 | 134 | 0 | 57 | 72 | 15 | 14 | 101 | 75 |
| Binary | 11011101 | 1110110 | 1011100 | 0 | 101111 | 111010 | 1101 | 1100 | 1000001 | 111101 |
Color Harmonies of #DD765C
Complementary color
Monochromatic Colors of #DD765C
Black with #DD765C
Text Example
Text Example
White with #DD765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD765C; }
p { color: rgb(221,118,92); }
H1.HeaderClassName
{
color: #DD765C;
}
.AnyTagClassName
{
color: #DD765C;
}
</style>
background-color css
<style>
a { background-color: #DD765C; }
a { background-color: rgb(221,118,92); }
div.DivClassName
{
background-color: #DD765C;
}
.BgClassName
{
background-color: #DD765C;
}
</style>
border-color css
<style>
span { border-color: #DD765C; }
span { border-color: rgb(221,118,92); }
td.TdClassName
{
border-color: #DD765C;
}
.TagClassName
{
border-color: #DD765C;
}
</style>