Shades of Terra Cotta #DF755B
Tints of Terra Cotta #DF755B
RGB
CMYK
RGB Variations
Color information
#DF755B (or 0xDF755B) is known color: Terra Cotta. HEX triplet: DF, 75 and 5B. RGB value is (223,117,91). Sum of RGB (Red+Green+Blue) = 223+117+91=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF755B is #208AA4. Grayscale: #919191. Windows color (decimal): -2132645 or 5993951. OLE color: 5993951.
HSL color Cylindrical-coordinate representation of color #DF755B: hue angle of 11.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF755B is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 91 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.13 |
| HSL | 11.82º | 0.67% | 0.62% | - |
| HSV(B) | 11.82º | 0.59% | 0.87% | - |
| XYZ | 38.68 | 29.17 | 13.49 | - |
| YUV | 145.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 91 | 0 | 0.48 | 0.59 | 0.13 | 11.82 | 0.67 | 0.62 |
| Hex | DF | 75 | 5B | 0 | 30 | 3B | D | C | 43 | 3E |
| Octal | 337 | 165 | 133 | 0 | 60 | 73 | 15 | 14 | 103 | 76 |
| Binary | 11011111 | 1110101 | 1011011 | 0 | 110000 | 111011 | 1101 | 1100 | 1000011 | 111110 |
Color Harmonies of #DF755B
Complementary color
Monochromatic Colors of #DF755B
Black with #DF755B
Text Example
Text Example
White with #DF755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF755B; }
p { color: rgb(223,117,91); }
H1.HeaderClassName
{
color: #DF755B;
}
.AnyTagClassName
{
color: #DF755B;
}
</style>
background-color css
<style>
a { background-color: #DF755B; }
a { background-color: rgb(223,117,91); }
div.DivClassName
{
background-color: #DF755B;
}
.BgClassName
{
background-color: #DF755B;
}
</style>
border-color css
<style>
span { border-color: #DF755B; }
span { border-color: rgb(223,117,91); }
td.TdClassName
{
border-color: #DF755B;
}
.TagClassName
{
border-color: #DF755B;
}
</style>