Shades of Terra Cotta #DA7C58
Tints of Terra Cotta #DA7C58
RGB
CMYK
RGB Variations
Color information
#DA7C58 (or 0xDA7C58) is known color: Terra Cotta. HEX triplet: DA, 7C and 58. RGB value is (218,124,88). Sum of RGB (Red+Green+Blue) = 218+124+88=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C58 is #2583A7. Grayscale: #949494. Windows color (decimal): -2458536 or 5799130. OLE color: 5799130.
HSL color Cylindrical-coordinate representation of color #DA7C58: hue angle of 16.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7C58 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 88 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.15 |
| HSL | 16.62º | 0.64% | 0.6% | - |
| HSV(B) | 16.62º | 0.6% | 0.85% | - |
| XYZ | 37.88 | 30.03 | 13.03 | - |
| YUV | 148 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 88 | 0 | 0.43 | 0.60 | 0.15 | 16.62 | 0.64 | 0.6 |
| Hex | DA | 7C | 58 | 0 | 2B | 3C | F | 11 | 40 | 3C |
| Octal | 332 | 174 | 130 | 0 | 53 | 74 | 17 | 21 | 100 | 74 |
| Binary | 11011010 | 1111100 | 1011000 | 0 | 101011 | 111100 | 1111 | 10001 | 1000000 | 111100 |
Color Harmonies of #DA7C58
Complementary color
Monochromatic Colors of #DA7C58
Black with #DA7C58
Text Example
Text Example
White with #DA7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C58; }
p { color: rgb(218,124,88); }
H1.HeaderClassName
{
color: #DA7C58;
}
.AnyTagClassName
{
color: #DA7C58;
}
</style>
background-color css
<style>
a { background-color: #DA7C58; }
a { background-color: rgb(218,124,88); }
div.DivClassName
{
background-color: #DA7C58;
}
.BgClassName
{
background-color: #DA7C58;
}
</style>
border-color css
<style>
span { border-color: #DA7C58; }
span { border-color: rgb(218,124,88); }
td.TdClassName
{
border-color: #DA7C58;
}
.TagClassName
{
border-color: #DA7C58;
}
</style>