Shades of Terra Cotta #DA725A
Tints of Terra Cotta #DA725A
RGB
CMYK
RGB Variations
Color information
#DA725A (or 0xDA725A) is known color: Terra Cotta. HEX triplet: DA, 72 and 5A. RGB value is (218,114,90). Sum of RGB (Red+Green+Blue) = 218+114+90=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA725A is #258DA5. Grayscale: #8E8E8E. Windows color (decimal): -2461094 or 5927642. OLE color: 5927642.
HSL color Cylindrical-coordinate representation of color #DA725A: hue angle of 11.25º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA725A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 90 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.15 |
| HSL | 11.25º | 0.63% | 0.6% | - |
| HSV(B) | 11.25º | 0.59% | 0.85% | - |
| XYZ | 36.78 | 27.68 | 13.08 | - |
| YUV | 142.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 90 | 0 | 0.48 | 0.59 | 0.15 | 11.25 | 0.63 | 0.6 |
| Hex | DA | 72 | 5A | 0 | 30 | 3B | F | B | 3F | 3C |
| Octal | 332 | 162 | 132 | 0 | 60 | 73 | 17 | 13 | 77 | 74 |
| Binary | 11011010 | 1110010 | 1011010 | 0 | 110000 | 111011 | 1111 | 1011 | 111111 | 111100 |
Color Harmonies of #DA725A
Complementary color
Monochromatic Colors of #DA725A
Black with #DA725A
Text Example
Text Example
White with #DA725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA725A; }
p { color: rgb(218,114,90); }
H1.HeaderClassName
{
color: #DA725A;
}
.AnyTagClassName
{
color: #DA725A;
}
</style>
background-color css
<style>
a { background-color: #DA725A; }
a { background-color: rgb(218,114,90); }
div.DivClassName
{
background-color: #DA725A;
}
.BgClassName
{
background-color: #DA725A;
}
</style>
border-color css
<style>
span { border-color: #DA725A; }
span { border-color: rgb(218,114,90); }
td.TdClassName
{
border-color: #DA725A;
}
.TagClassName
{
border-color: #DA725A;
}
</style>