Shades of Terra Cotta #DF7956
Tints of Terra Cotta #DF7956
RGB
CMYK
RGB Variations
Color information
#DF7956 (or 0xDF7956) is known color: Terra Cotta. HEX triplet: DF, 79 and 56. RGB value is (223,121,86). Sum of RGB (Red+Green+Blue) = 223+121+86=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7956 is #2086A9. Grayscale: #939393. Windows color (decimal): -2131626 or 5667295. OLE color: 5667295.
HSL color Cylindrical-coordinate representation of color #DF7956: hue angle of 15.33º 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 #DF7956 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 86 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.13 |
| HSL | 15.33º | 0.68% | 0.61% | - |
| HSV(B) | 15.33º | 0.61% | 0.87% | - |
| XYZ | 38.95 | 30.03 | 12.55 | - |
| YUV | 147.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 86 | 0 | 0.46 | 0.61 | 0.13 | 15.33 | 0.68 | 0.61 |
| Hex | DF | 79 | 56 | 0 | 2E | 3D | D | F | 44 | 3D |
| Octal | 337 | 171 | 126 | 0 | 56 | 75 | 15 | 17 | 104 | 75 |
| Binary | 11011111 | 1111001 | 1010110 | 0 | 101110 | 111101 | 1101 | 1111 | 1000100 | 111101 |
Color Harmonies of #DF7956
Complementary color
Monochromatic Colors of #DF7956
Black with #DF7956
Text Example
Text Example
White with #DF7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7956; }
p { color: rgb(223,121,86); }
H1.HeaderClassName
{
color: #DF7956;
}
.AnyTagClassName
{
color: #DF7956;
}
</style>
background-color css
<style>
a { background-color: #DF7956; }
a { background-color: rgb(223,121,86); }
div.DivClassName
{
background-color: #DF7956;
}
.BgClassName
{
background-color: #DF7956;
}
</style>
border-color css
<style>
span { border-color: #DF7956; }
span { border-color: rgb(223,121,86); }
td.TdClassName
{
border-color: #DF7956;
}
.TagClassName
{
border-color: #DF7956;
}
</style>