Shades of Terra Cotta #DF6E5F
Tints of Terra Cotta #DF6E5F
RGB
CMYK
RGB Variations
Color information
#DF6E5F (or 0xDF6E5F) is known color: Terra Cotta. HEX triplet: DF, 6E and 5F. RGB value is (223,110,95). Sum of RGB (Red+Green+Blue) = 223+110+95=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E5F is #2091A0. Grayscale: #8E8E8E. Windows color (decimal): -2134433 or 6254303. OLE color: 6254303.
HSL color Cylindrical-coordinate representation of color #DF6E5F: hue angle of 7.03º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6E5F is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 95 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.13 |
| HSL | 7.03º | 0.67% | 0.62% | - |
| HSV(B) | 7.03º | 0.57% | 0.87% | - |
| XYZ | 38.07 | 27.67 | 14.16 | - |
| YUV | 142.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 95 | 0 | 0.51 | 0.57 | 0.13 | 7.03 | 0.67 | 0.62 |
| Hex | DF | 6E | 5F | 0 | 33 | 39 | D | 7 | 43 | 3E |
| Octal | 337 | 156 | 137 | 0 | 63 | 71 | 15 | 7 | 103 | 76 |
| Binary | 11011111 | 1101110 | 1011111 | 0 | 110011 | 111001 | 1101 | 111 | 1000011 | 111110 |
Color Harmonies of #DF6E5F
Complementary color
Monochromatic Colors of #DF6E5F
Black with #DF6E5F
Text Example
Text Example
White with #DF6E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E5F; }
p { color: rgb(223,110,95); }
H1.HeaderClassName
{
color: #DF6E5F;
}
.AnyTagClassName
{
color: #DF6E5F;
}
</style>
background-color css
<style>
a { background-color: #DF6E5F; }
a { background-color: rgb(223,110,95); }
div.DivClassName
{
background-color: #DF6E5F;
}
.BgClassName
{
background-color: #DF6E5F;
}
</style>
border-color css
<style>
span { border-color: #DF6E5F; }
span { border-color: rgb(223,110,95); }
td.TdClassName
{
border-color: #DF6E5F;
}
.TagClassName
{
border-color: #DF6E5F;
}
</style>