Shades of Terra Cotta #DA725B
Tints of Terra Cotta #DA725B
RGB
CMYK
RGB Variations
Color information
#DA725B (or 0xDA725B) is known color: Terra Cotta. HEX triplet: DA, 72 and 5B. RGB value is (218,114,91). Sum of RGB (Red+Green+Blue) = 218+114+91=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA725B is #258DA4. Grayscale: #8E8E8E. Windows color (decimal): -2461093 or 5993178. OLE color: 5993178.
HSL color Cylindrical-coordinate representation of color #DA725B: hue angle of 10.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA725B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 91 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.15 |
| HSL | 10.87º | 0.63% | 0.61% | - |
| HSV(B) | 10.87º | 0.58% | 0.85% | - |
| XYZ | 36.82 | 27.7 | 13.3 | - |
| YUV | 142.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 91 | 0 | 0.48 | 0.58 | 0.15 | 10.87 | 0.63 | 0.61 |
| Hex | DA | 72 | 5B | 0 | 30 | 3A | F | B | 3F | 3D |
| Octal | 332 | 162 | 133 | 0 | 60 | 72 | 17 | 13 | 77 | 75 |
| Binary | 11011010 | 1110010 | 1011011 | 0 | 110000 | 111010 | 1111 | 1011 | 111111 | 111101 |
Color Harmonies of #DA725B
Complementary color
Monochromatic Colors of #DA725B
Black with #DA725B
Text Example
Text Example
White with #DA725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA725B; }
p { color: rgb(218,114,91); }
H1.HeaderClassName
{
color: #DA725B;
}
.AnyTagClassName
{
color: #DA725B;
}
</style>
background-color css
<style>
a { background-color: #DA725B; }
a { background-color: rgb(218,114,91); }
div.DivClassName
{
background-color: #DA725B;
}
.BgClassName
{
background-color: #DA725B;
}
</style>
border-color css
<style>
span { border-color: #DA725B; }
span { border-color: rgb(218,114,91); }
td.TdClassName
{
border-color: #DA725B;
}
.TagClassName
{
border-color: #DA725B;
}
</style>