Shades of Terra Cotta #DF7356
Tints of Terra Cotta #DF7356
RGB
CMYK
RGB Variations
Color information
#DF7356 (or 0xDF7356) is known color: Terra Cotta. HEX triplet: DF, 73 and 56. RGB value is (223,115,86). Sum of RGB (Red+Green+Blue) = 223+115+86=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7356 is #208CA9. Grayscale: #909090. Windows color (decimal): -2133162 or 5665759. OLE color: 5665759.
HSL color Cylindrical-coordinate representation of color #DF7356: hue angle of 12.7º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7356 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 86 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.13 |
| HSL | 12.7º | 0.68% | 0.61% | - |
| HSV(B) | 12.7º | 0.61% | 0.87% | - |
| XYZ | 38.24 | 28.62 | 12.31 | - |
| YUV | 143.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 86 | 0 | 0.48 | 0.61 | 0.13 | 12.7 | 0.68 | 0.61 |
| Hex | DF | 73 | 56 | 0 | 30 | 3D | D | D | 44 | 3D |
| Octal | 337 | 163 | 126 | 0 | 60 | 75 | 15 | 15 | 104 | 75 |
| Binary | 11011111 | 1110011 | 1010110 | 0 | 110000 | 111101 | 1101 | 1101 | 1000100 | 111101 |
Color Harmonies of #DF7356
Complementary color
Monochromatic Colors of #DF7356
Black with #DF7356
Text Example
Text Example
White with #DF7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7356; }
p { color: rgb(223,115,86); }
H1.HeaderClassName
{
color: #DF7356;
}
.AnyTagClassName
{
color: #DF7356;
}
</style>
background-color css
<style>
a { background-color: #DF7356; }
a { background-color: rgb(223,115,86); }
div.DivClassName
{
background-color: #DF7356;
}
.BgClassName
{
background-color: #DF7356;
}
</style>
border-color css
<style>
span { border-color: #DF7356; }
span { border-color: rgb(223,115,86); }
td.TdClassName
{
border-color: #DF7356;
}
.TagClassName
{
border-color: #DF7356;
}
</style>