Shades of Terra Cotta #DD775C
Tints of Terra Cotta #DD775C
RGB
CMYK
RGB Variations
Color information
#DD775C (or 0xDD775C) is known color: Terra Cotta. HEX triplet: DD, 77 and 5C. RGB value is (221,119,92). Sum of RGB (Red+Green+Blue) = 221+119+92=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD775C is #2288A3. Grayscale: #929292. Windows color (decimal): -2263204 or 6059997. OLE color: 6059997.
HSL color Cylindrical-coordinate representation of color #DD775C: hue angle of 12.56º 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 #DD775C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.13 |
| HSL | 12.56º | 0.65% | 0.61% | - |
| HSV(B) | 12.56º | 0.58% | 0.87% | - |
| XYZ | 38.35 | 29.34 | 13.77 | - |
| YUV | 146.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 92 | 0 | 0.46 | 0.58 | 0.13 | 12.56 | 0.65 | 0.61 |
| Hex | DD | 77 | 5C | 0 | 2E | 3A | D | D | 41 | 3D |
| Octal | 335 | 167 | 134 | 0 | 56 | 72 | 15 | 15 | 101 | 75 |
| Binary | 11011101 | 1110111 | 1011100 | 0 | 101110 | 111010 | 1101 | 1101 | 1000001 | 111101 |
Color Harmonies of #DD775C
Complementary color
Monochromatic Colors of #DD775C
Black with #DD775C
Text Example
Text Example
White with #DD775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD775C; }
p { color: rgb(221,119,92); }
H1.HeaderClassName
{
color: #DD775C;
}
.AnyTagClassName
{
color: #DD775C;
}
</style>
background-color css
<style>
a { background-color: #DD775C; }
a { background-color: rgb(221,119,92); }
div.DivClassName
{
background-color: #DD775C;
}
.BgClassName
{
background-color: #DD775C;
}
</style>
border-color css
<style>
span { border-color: #DD775C; }
span { border-color: rgb(221,119,92); }
td.TdClassName
{
border-color: #DD775C;
}
.TagClassName
{
border-color: #DD775C;
}
</style>