Shades of Terra Cotta #DB7456
Tints of Terra Cotta #DB7456
RGB
CMYK
RGB Variations
Color information
#DB7456 (or 0xDB7456) is known color: Terra Cotta. HEX triplet: DB, 74 and 56. RGB value is (219,116,86). Sum of RGB (Red+Green+Blue) = 219+116+86=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7456 is #248BA9. Grayscale: #8F8F8F. Windows color (decimal): -2395050 or 5666011. OLE color: 5666011.
HSL color Cylindrical-coordinate representation of color #DB7456: hue angle of 13.53º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB7456 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 86 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.14 |
| HSL | 13.53º | 0.65% | 0.6% | - |
| HSV(B) | 13.53º | 0.61% | 0.86% | - |
| XYZ | 37.14 | 28.22 | 12.29 | - |
| YUV | 143.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 86 | 0 | 0.47 | 0.61 | 0.14 | 13.53 | 0.65 | 0.6 |
| Hex | DB | 74 | 56 | 0 | 2F | 3D | E | E | 41 | 3C |
| Octal | 333 | 164 | 126 | 0 | 57 | 75 | 16 | 16 | 101 | 74 |
| Binary | 11011011 | 1110100 | 1010110 | 0 | 101111 | 111101 | 1110 | 1110 | 1000001 | 111100 |
Color Harmonies of #DB7456
Complementary color
Monochromatic Colors of #DB7456
Black with #DB7456
Text Example
Text Example
White with #DB7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7456; }
p { color: rgb(219,116,86); }
H1.HeaderClassName
{
color: #DB7456;
}
.AnyTagClassName
{
color: #DB7456;
}
</style>
background-color css
<style>
a { background-color: #DB7456; }
a { background-color: rgb(219,116,86); }
div.DivClassName
{
background-color: #DB7456;
}
.BgClassName
{
background-color: #DB7456;
}
</style>
border-color css
<style>
span { border-color: #DB7456; }
span { border-color: rgb(219,116,86); }
td.TdClassName
{
border-color: #DB7456;
}
.TagClassName
{
border-color: #DB7456;
}
</style>