Shades of Terra Cotta #DF7B65
Tints of Terra Cotta #DF7B65
RGB
CMYK
RGB Variations
Color information
#DF7B65 (or 0xDF7B65) is known color: Terra Cotta. HEX triplet: DF, 7B and 65. RGB value is (223,123,101). Sum of RGB (Red+Green+Blue) = 223+123+101=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B65 is #20849A. Grayscale: #969696. Windows color (decimal): -2131099 or 6650847. OLE color: 6650847.
HSL color Cylindrical-coordinate representation of color #DF7B65: hue angle of 10.82º 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 #DF7B65 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 101 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.13 |
| HSL | 10.82º | 0.66% | 0.64% | - |
| HSV(B) | 10.82º | 0.55% | 0.87% | - |
| XYZ | 39.86 | 30.79 | 16.15 | - |
| YUV | 150.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 101 | 0 | 0.45 | 0.55 | 0.13 | 10.82 | 0.66 | 0.64 |
| Hex | DF | 7B | 65 | 0 | 2D | 37 | D | B | 42 | 40 |
| Octal | 337 | 173 | 145 | 0 | 55 | 67 | 15 | 13 | 102 | 100 |
| Binary | 11011111 | 1111011 | 1100101 | 0 | 101101 | 110111 | 1101 | 1011 | 1000010 | 1000000 |
Color Harmonies of #DF7B65
Complementary color
Monochromatic Colors of #DF7B65
Black with #DF7B65
Text Example
Text Example
White with #DF7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B65; }
p { color: rgb(223,123,101); }
H1.HeaderClassName
{
color: #DF7B65;
}
.AnyTagClassName
{
color: #DF7B65;
}
</style>
background-color css
<style>
a { background-color: #DF7B65; }
a { background-color: rgb(223,123,101); }
div.DivClassName
{
background-color: #DF7B65;
}
.BgClassName
{
background-color: #DF7B65;
}
</style>
border-color css
<style>
span { border-color: #DF7B65; }
span { border-color: rgb(223,123,101); }
td.TdClassName
{
border-color: #DF7B65;
}
.TagClassName
{
border-color: #DF7B65;
}
</style>