Shades of Terra Cotta #DB716A
Tints of Terra Cotta #DB716A
RGB
CMYK
RGB Variations
Color information
#DB716A (or 0xDB716A) is known color: Terra Cotta. HEX triplet: DB, 71 and 6A. RGB value is (219,113,106). Sum of RGB (Red+Green+Blue) = 219+113+106=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB716A is #248E95. Grayscale: #909090. Windows color (decimal): -2395798 or 6975963. OLE color: 6975963.
HSL color Cylindrical-coordinate representation of color #DB716A: hue angle of 3.72º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB716A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 106 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 3.72º | 0.61% | 0.64% | - |
| HSV(B) | 3.72º | 0.52% | 0.86% | - |
| XYZ | 37.72 | 27.91 | 17.03 | - |
| YUV | 143.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 106 | 0 | 0.48 | 0.52 | 0.14 | 3.72 | 0.61 | 0.64 |
| Hex | DB | 71 | 6A | 0 | 30 | 34 | E | 4 | 3D | 40 |
| Octal | 333 | 161 | 152 | 0 | 60 | 64 | 16 | 4 | 75 | 100 |
| Binary | 11011011 | 1110001 | 1101010 | 0 | 110000 | 110100 | 1110 | 100 | 111101 | 1000000 |
Color Harmonies of #DB716A
Complementary color
Monochromatic Colors of #DB716A
Black with #DB716A
Text Example
Text Example
White with #DB716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB716A; }
p { color: rgb(219,113,106); }
H1.HeaderClassName
{
color: #DB716A;
}
.AnyTagClassName
{
color: #DB716A;
}
</style>
background-color css
<style>
a { background-color: #DB716A; }
a { background-color: rgb(219,113,106); }
div.DivClassName
{
background-color: #DB716A;
}
.BgClassName
{
background-color: #DB716A;
}
</style>
border-color css
<style>
span { border-color: #DB716A; }
span { border-color: rgb(219,113,106); }
td.TdClassName
{
border-color: #DB716A;
}
.TagClassName
{
border-color: #DB716A;
}
</style>