Shades of Terra Cotta #DA7B61
Tints of Terra Cotta #DA7B61
RGB
CMYK
RGB Variations
Color information
#DA7B61 (or 0xDA7B61) is known color: Terra Cotta. HEX triplet: DA, 7B and 61. RGB value is (218,123,97). Sum of RGB (Red+Green+Blue) = 218+123+97=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B61 is #25849E. Grayscale: #949494. Windows color (decimal): -2458783 or 6388698. OLE color: 6388698.
HSL color Cylindrical-coordinate representation of color #DA7B61: hue angle of 12.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7B61 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 97 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.15 |
| HSL | 12.89º | 0.62% | 0.62% | - |
| HSV(B) | 12.89º | 0.56% | 0.85% | - |
| XYZ | 38.15 | 29.93 | 15.08 | - |
| YUV | 148.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 97 | 0 | 0.44 | 0.56 | 0.15 | 12.89 | 0.62 | 0.62 |
| Hex | DA | 7B | 61 | 0 | 2C | 38 | F | D | 3E | 3E |
| Octal | 332 | 173 | 141 | 0 | 54 | 70 | 17 | 15 | 76 | 76 |
| Binary | 11011010 | 1111011 | 1100001 | 0 | 101100 | 111000 | 1111 | 1101 | 111110 | 111110 |
Color Harmonies of #DA7B61
Complementary color
Monochromatic Colors of #DA7B61
Black with #DA7B61
Text Example
Text Example
White with #DA7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B61; }
p { color: rgb(218,123,97); }
H1.HeaderClassName
{
color: #DA7B61;
}
.AnyTagClassName
{
color: #DA7B61;
}
</style>
background-color css
<style>
a { background-color: #DA7B61; }
a { background-color: rgb(218,123,97); }
div.DivClassName
{
background-color: #DA7B61;
}
.BgClassName
{
background-color: #DA7B61;
}
</style>
border-color css
<style>
span { border-color: #DA7B61; }
span { border-color: rgb(218,123,97); }
td.TdClassName
{
border-color: #DA7B61;
}
.TagClassName
{
border-color: #DA7B61;
}
</style>