Shades of Terra Cotta #DF755D
Tints of Terra Cotta #DF755D
RGB
CMYK
RGB Variations
Color information
#DF755D (or 0xDF755D) is known color: Terra Cotta. HEX triplet: DF, 75 and 5D. RGB value is (223,117,93). Sum of RGB (Red+Green+Blue) = 223+117+93=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF755D is #208AA2. Grayscale: #929292. Windows color (decimal): -2132643 or 6125023. OLE color: 6125023.
HSL color Cylindrical-coordinate representation of color #DF755D: hue angle of 11.08º 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 #DF755D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 93 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.13 |
| HSL | 11.08º | 0.67% | 0.62% | - |
| HSV(B) | 11.08º | 0.58% | 0.87% | - |
| XYZ | 38.77 | 29.2 | 13.95 | - |
| YUV | 145.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 93 | 0 | 0.48 | 0.58 | 0.13 | 11.08 | 0.67 | 0.62 |
| Hex | DF | 75 | 5D | 0 | 30 | 3A | D | B | 43 | 3E |
| Octal | 337 | 165 | 135 | 0 | 60 | 72 | 15 | 13 | 103 | 76 |
| Binary | 11011111 | 1110101 | 1011101 | 0 | 110000 | 111010 | 1101 | 1011 | 1000011 | 111110 |
Color Harmonies of #DF755D
Complementary color
Monochromatic Colors of #DF755D
Black with #DF755D
Text Example
Text Example
White with #DF755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF755D; }
p { color: rgb(223,117,93); }
H1.HeaderClassName
{
color: #DF755D;
}
.AnyTagClassName
{
color: #DF755D;
}
</style>
background-color css
<style>
a { background-color: #DF755D; }
a { background-color: rgb(223,117,93); }
div.DivClassName
{
background-color: #DF755D;
}
.BgClassName
{
background-color: #DF755D;
}
</style>
border-color css
<style>
span { border-color: #DF755D; }
span { border-color: rgb(223,117,93); }
td.TdClassName
{
border-color: #DF755D;
}
.TagClassName
{
border-color: #DF755D;
}
</style>