Shades of Terra Cotta #DF7D5D
Tints of Terra Cotta #DF7D5D
RGB
CMYK
RGB Variations
Color information
#DF7D5D (or 0xDF7D5D) is known color: Terra Cotta. HEX triplet: DF, 7D and 5D. RGB value is (223,125,93). Sum of RGB (Red+Green+Blue) = 223+125+93=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D5D is #2082A2. Grayscale: #969696. Windows color (decimal): -2130595 or 6127071. OLE color: 6127071.
HSL color Cylindrical-coordinate representation of color #DF7D5D: hue angle of 14.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF7D5D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 93 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.13 |
| HSL | 14.77º | 0.67% | 0.62% | - |
| HSV(B) | 14.77º | 0.58% | 0.87% | - |
| XYZ | 39.74 | 31.15 | 14.27 | - |
| YUV | 150.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 93 | 0 | 0.44 | 0.58 | 0.13 | 14.77 | 0.67 | 0.62 |
| Hex | DF | 7D | 5D | 0 | 2C | 3A | D | F | 43 | 3E |
| Octal | 337 | 175 | 135 | 0 | 54 | 72 | 15 | 17 | 103 | 76 |
| Binary | 11011111 | 1111101 | 1011101 | 0 | 101100 | 111010 | 1101 | 1111 | 1000011 | 111110 |
Color Harmonies of #DF7D5D
Complementary color
Monochromatic Colors of #DF7D5D
Black with #DF7D5D
Text Example
Text Example
White with #DF7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D5D; }
p { color: rgb(223,125,93); }
H1.HeaderClassName
{
color: #DF7D5D;
}
.AnyTagClassName
{
color: #DF7D5D;
}
</style>
background-color css
<style>
a { background-color: #DF7D5D; }
a { background-color: rgb(223,125,93); }
div.DivClassName
{
background-color: #DF7D5D;
}
.BgClassName
{
background-color: #DF7D5D;
}
</style>
border-color css
<style>
span { border-color: #DF7D5D; }
span { border-color: rgb(223,125,93); }
td.TdClassName
{
border-color: #DF7D5D;
}
.TagClassName
{
border-color: #DF7D5D;
}
</style>