Shades of Terra Cotta #DF7665
Tints of Terra Cotta #DF7665
RGB
CMYK
RGB Variations
Color information
#DF7665 (or 0xDF7665) is known color: Terra Cotta. HEX triplet: DF, 76 and 65. RGB value is (223,118,101). Sum of RGB (Red+Green+Blue) = 223+118+101=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7665 is #20899A. Grayscale: #939393. Windows color (decimal): -2132379 or 6649567. OLE color: 6649567.
HSL color Cylindrical-coordinate representation of color #DF7665: hue angle of 8.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7665 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 101 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.13 |
| HSL | 8.36º | 0.66% | 0.64% | - |
| HSV(B) | 8.36º | 0.55% | 0.87% | - |
| XYZ | 39.26 | 29.58 | 15.95 | - |
| YUV | 147.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 101 | 0 | 0.47 | 0.55 | 0.13 | 8.36 | 0.66 | 0.64 |
| Hex | DF | 76 | 65 | 0 | 2F | 37 | D | 8 | 42 | 40 |
| Octal | 337 | 166 | 145 | 0 | 57 | 67 | 15 | 10 | 102 | 100 |
| Binary | 11011111 | 1110110 | 1100101 | 0 | 101111 | 110111 | 1101 | 1000 | 1000010 | 1000000 |
Color Harmonies of #DF7665
Complementary color
Monochromatic Colors of #DF7665
Black with #DF7665
Text Example
Text Example
White with #DF7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7665; }
p { color: rgb(223,118,101); }
H1.HeaderClassName
{
color: #DF7665;
}
.AnyTagClassName
{
color: #DF7665;
}
</style>
background-color css
<style>
a { background-color: #DF7665; }
a { background-color: rgb(223,118,101); }
div.DivClassName
{
background-color: #DF7665;
}
.BgClassName
{
background-color: #DF7665;
}
</style>
border-color css
<style>
span { border-color: #DF7665; }
span { border-color: rgb(223,118,101); }
td.TdClassName
{
border-color: #DF7665;
}
.TagClassName
{
border-color: #DF7665;
}
</style>