Shades of Terra Cotta #DD765F
Tints of Terra Cotta #DD765F
RGB
CMYK
RGB Variations
Color information
#DD765F (or 0xDD765F) is known color: Terra Cotta. HEX triplet: DD, 76 and 5F. RGB value is (221,118,95). Sum of RGB (Red+Green+Blue) = 221+118+95=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765F is #2289A0. Grayscale: #929292. Windows color (decimal): -2263457 or 6256349. OLE color: 6256349.
HSL color Cylindrical-coordinate representation of color #DD765F: hue angle of 10.95º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD765F is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 95 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.13 |
| HSL | 10.95º | 0.65% | 0.62% | - |
| HSV(B) | 10.95º | 0.57% | 0.87% | - |
| XYZ | 38.36 | 29.16 | 14.43 | - |
| YUV | 146.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 95 | 0 | 0.47 | 0.57 | 0.13 | 10.95 | 0.65 | 0.62 |
| Hex | DD | 76 | 5F | 0 | 2F | 39 | D | B | 41 | 3E |
| Octal | 335 | 166 | 137 | 0 | 57 | 71 | 15 | 13 | 101 | 76 |
| Binary | 11011101 | 1110110 | 1011111 | 0 | 101111 | 111001 | 1101 | 1011 | 1000001 | 111110 |
Color Harmonies of #DD765F
Complementary color
Monochromatic Colors of #DD765F
Black with #DD765F
Text Example
Text Example
White with #DD765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD765F; }
p { color: rgb(221,118,95); }
H1.HeaderClassName
{
color: #DD765F;
}
.AnyTagClassName
{
color: #DD765F;
}
</style>
background-color css
<style>
a { background-color: #DD765F; }
a { background-color: rgb(221,118,95); }
div.DivClassName
{
background-color: #DD765F;
}
.BgClassName
{
background-color: #DD765F;
}
</style>
border-color css
<style>
span { border-color: #DD765F; }
span { border-color: rgb(221,118,95); }
td.TdClassName
{
border-color: #DD765F;
}
.TagClassName
{
border-color: #DD765F;
}
</style>