Shades of Terra Cotta #DF7555
Tints of Terra Cotta #DF7555
RGB
CMYK
RGB Variations
Color information
#DF7555 (or 0xDF7555) is known color: Terra Cotta. HEX triplet: DF, 75 and 55. RGB value is (223,117,85). Sum of RGB (Red+Green+Blue) = 223+117+85=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7555 is #208AAA. Grayscale: #919191. Windows color (decimal): -2132651 or 5600735. OLE color: 5600735.
HSL color Cylindrical-coordinate representation of color #DF7555: hue angle of 13.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF7555 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 85 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.13 |
| HSL | 13.91º | 0.68% | 0.6% | - |
| HSV(B) | 13.91º | 0.62% | 0.87% | - |
| XYZ | 38.43 | 29.07 | 12.18 | - |
| YUV | 145.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 85 | 0 | 0.48 | 0.62 | 0.13 | 13.91 | 0.68 | 0.6 |
| Hex | DF | 75 | 55 | 0 | 30 | 3E | D | E | 44 | 3C |
| Octal | 337 | 165 | 125 | 0 | 60 | 76 | 15 | 16 | 104 | 74 |
| Binary | 11011111 | 1110101 | 1010101 | 0 | 110000 | 111110 | 1101 | 1110 | 1000100 | 111100 |
Color Harmonies of #DF7555
Complementary color
Monochromatic Colors of #DF7555
Black with #DF7555
Text Example
Text Example
White with #DF7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7555; }
p { color: rgb(223,117,85); }
H1.HeaderClassName
{
color: #DF7555;
}
.AnyTagClassName
{
color: #DF7555;
}
</style>
background-color css
<style>
a { background-color: #DF7555; }
a { background-color: rgb(223,117,85); }
div.DivClassName
{
background-color: #DF7555;
}
.BgClassName
{
background-color: #DF7555;
}
</style>
border-color css
<style>
span { border-color: #DF7555; }
span { border-color: rgb(223,117,85); }
td.TdClassName
{
border-color: #DF7555;
}
.TagClassName
{
border-color: #DF7555;
}
</style>