Shades of Terra Cotta #DB715E
Tints of Terra Cotta #DB715E
RGB
CMYK
RGB Variations
Color information
#DB715E (or 0xDB715E) is known color: Terra Cotta. HEX triplet: DB, 71 and 5E. RGB value is (219,113,94). Sum of RGB (Red+Green+Blue) = 219+113+94=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB715E is #248EA1. Grayscale: #8E8E8E. Windows color (decimal): -2395810 or 6189531. OLE color: 6189531.
HSL color Cylindrical-coordinate representation of color #DB715E: hue angle of 9.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB715E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.14 |
| HSL | 9.12º | 0.63% | 0.61% | - |
| HSV(B) | 9.12º | 0.57% | 0.86% | - |
| XYZ | 37.14 | 27.68 | 13.97 | - |
| YUV | 142.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 94 | 0 | 0.48 | 0.57 | 0.14 | 9.12 | 0.63 | 0.61 |
| Hex | DB | 71 | 5E | 0 | 30 | 39 | E | 9 | 3F | 3D |
| Octal | 333 | 161 | 136 | 0 | 60 | 71 | 16 | 11 | 77 | 75 |
| Binary | 11011011 | 1110001 | 1011110 | 0 | 110000 | 111001 | 1110 | 1001 | 111111 | 111101 |
Color Harmonies of #DB715E
Complementary color
Monochromatic Colors of #DB715E
Black with #DB715E
Text Example
Text Example
White with #DB715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB715E; }
p { color: rgb(219,113,94); }
H1.HeaderClassName
{
color: #DB715E;
}
.AnyTagClassName
{
color: #DB715E;
}
</style>
background-color css
<style>
a { background-color: #DB715E; }
a { background-color: rgb(219,113,94); }
div.DivClassName
{
background-color: #DB715E;
}
.BgClassName
{
background-color: #DB715E;
}
</style>
border-color css
<style>
span { border-color: #DB715E; }
span { border-color: rgb(219,113,94); }
td.TdClassName
{
border-color: #DB715E;
}
.TagClassName
{
border-color: #DB715E;
}
</style>