Shades of Terra Cotta #DF6B61
Tints of Terra Cotta #DF6B61
RGB
CMYK
RGB Variations
Color information
#DF6B61 (or 0xDF6B61) is known color: Terra Cotta. HEX triplet: DF, 6B and 61. RGB value is (223,107,97). Sum of RGB (Red+Green+Blue) = 223+107+97=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B61 is #20949E. Grayscale: #8C8C8C. Windows color (decimal): -2135199 or 6384607. OLE color: 6384607.
HSL color Cylindrical-coordinate representation of color #DF6B61: hue angle of 4.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6B61 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 97 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.13 |
| HSL | 4.76º | 0.66% | 0.63% | - |
| HSV(B) | 4.76º | 0.57% | 0.87% | - |
| XYZ | 37.85 | 27.07 | 14.54 | - |
| YUV | 140.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 97 | 0 | 0.52 | 0.57 | 0.13 | 4.76 | 0.66 | 0.63 |
| Hex | DF | 6B | 61 | 0 | 34 | 39 | D | 5 | 42 | 3F |
| Octal | 337 | 153 | 141 | 0 | 64 | 71 | 15 | 5 | 102 | 77 |
| Binary | 11011111 | 1101011 | 1100001 | 0 | 110100 | 111001 | 1101 | 101 | 1000010 | 111111 |
Color Harmonies of #DF6B61
Complementary color
Monochromatic Colors of #DF6B61
Black with #DF6B61
Text Example
Text Example
White with #DF6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B61; }
p { color: rgb(223,107,97); }
H1.HeaderClassName
{
color: #DF6B61;
}
.AnyTagClassName
{
color: #DF6B61;
}
</style>
background-color css
<style>
a { background-color: #DF6B61; }
a { background-color: rgb(223,107,97); }
div.DivClassName
{
background-color: #DF6B61;
}
.BgClassName
{
background-color: #DF6B61;
}
</style>
border-color css
<style>
span { border-color: #DF6B61; }
span { border-color: rgb(223,107,97); }
td.TdClassName
{
border-color: #DF6B61;
}
.TagClassName
{
border-color: #DF6B61;
}
</style>