Shades of Terra Cotta #DA726A
Tints of Terra Cotta #DA726A
RGB
CMYK
RGB Variations
Color information
#DA726A (or 0xDA726A) is known color: Terra Cotta. HEX triplet: DA, 72 and 6A. RGB value is (218,114,106). Sum of RGB (Red+Green+Blue) = 218+114+106=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726A is #258D95. Grayscale: #909090. Windows color (decimal): -2461078 or 6976218. OLE color: 6976218.
HSL color Cylindrical-coordinate representation of color #DA726A: hue angle of 4.29º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA726A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 106 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.15 |
| HSL | 4.29º | 0.6% | 0.64% | - |
| HSV(B) | 4.29º | 0.51% | 0.85% | - |
| XYZ | 37.53 | 27.98 | 17.06 | - |
| YUV | 144.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 106 | 0 | 0.48 | 0.51 | 0.15 | 4.29 | 0.6 | 0.64 |
| Hex | DA | 72 | 6A | 0 | 30 | 33 | F | 4 | 3C | 40 |
| Octal | 332 | 162 | 152 | 0 | 60 | 63 | 17 | 4 | 74 | 100 |
| Binary | 11011010 | 1110010 | 1101010 | 0 | 110000 | 110011 | 1111 | 100 | 111100 | 1000000 |
Color Harmonies of #DA726A
Complementary color
Monochromatic Colors of #DA726A
Black with #DA726A
Text Example
Text Example
White with #DA726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA726A; }
p { color: rgb(218,114,106); }
H1.HeaderClassName
{
color: #DA726A;
}
.AnyTagClassName
{
color: #DA726A;
}
</style>
background-color css
<style>
a { background-color: #DA726A; }
a { background-color: rgb(218,114,106); }
div.DivClassName
{
background-color: #DA726A;
}
.BgClassName
{
background-color: #DA726A;
}
</style>
border-color css
<style>
span { border-color: #DA726A; }
span { border-color: rgb(218,114,106); }
td.TdClassName
{
border-color: #DA726A;
}
.TagClassName
{
border-color: #DA726A;
}
</style>