Shades of Terra Cotta #DA6D5B
Tints of Terra Cotta #DA6D5B
RGB
CMYK
RGB Variations
Color information
#DA6D5B (or 0xDA6D5B) is known color: Terra Cotta. HEX triplet: DA, 6D and 5B. RGB value is (218,109,91). Sum of RGB (Red+Green+Blue) = 218+109+91=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D5B is #2592A4. Grayscale: #8B8B8B. Windows color (decimal): -2462373 or 5991898. OLE color: 5991898.
HSL color Cylindrical-coordinate representation of color #DA6D5B: hue angle of 8.5º 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 #DA6D5B is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 91 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.15 |
| HSL | 8.5º | 0.63% | 0.61% | - |
| HSV(B) | 8.5º | 0.58% | 0.85% | - |
| XYZ | 36.27 | 26.6 | 13.12 | - |
| YUV | 139.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 91 | 0 | 0.5 | 0.58 | 0.15 | 8.5 | 0.63 | 0.61 |
| Hex | DA | 6D | 5B | 0 | 32 | 3A | F | 9 | 3F | 3D |
| Octal | 332 | 155 | 133 | 0 | 62 | 72 | 17 | 11 | 77 | 75 |
| Binary | 11011010 | 1101101 | 1011011 | 0 | 110010 | 111010 | 1111 | 1001 | 111111 | 111101 |
Color Harmonies of #DA6D5B
Complementary color
Monochromatic Colors of #DA6D5B
Black with #DA6D5B
Text Example
Text Example
White with #DA6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D5B; }
p { color: rgb(218,109,91); }
H1.HeaderClassName
{
color: #DA6D5B;
}
.AnyTagClassName
{
color: #DA6D5B;
}
</style>
background-color css
<style>
a { background-color: #DA6D5B; }
a { background-color: rgb(218,109,91); }
div.DivClassName
{
background-color: #DA6D5B;
}
.BgClassName
{
background-color: #DA6D5B;
}
</style>
border-color css
<style>
span { border-color: #DA6D5B; }
span { border-color: rgb(218,109,91); }
td.TdClassName
{
border-color: #DA6D5B;
}
.TagClassName
{
border-color: #DA6D5B;
}
</style>