Shades of Terra Cotta #DB7756
Tints of Terra Cotta #DB7756
RGB
CMYK
RGB Variations
Color information
#DB7756 (or 0xDB7756) is known color: Terra Cotta. HEX triplet: DB, 77 and 56. RGB value is (219,119,86). Sum of RGB (Red+Green+Blue) = 219+119+86=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7756 is #2488A9. Grayscale: #919191. Windows color (decimal): -2394282 or 5666779. OLE color: 5666779.
HSL color Cylindrical-coordinate representation of color #DB7756: hue angle of 14.89º 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 #DB7756 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 86 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.14 |
| HSL | 14.89º | 0.65% | 0.6% | - |
| HSV(B) | 14.89º | 0.61% | 0.86% | - |
| XYZ | 37.49 | 28.93 | 12.41 | - |
| YUV | 145.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 86 | 0 | 0.46 | 0.61 | 0.14 | 14.89 | 0.65 | 0.6 |
| Hex | DB | 77 | 56 | 0 | 2E | 3D | E | F | 41 | 3C |
| Octal | 333 | 167 | 126 | 0 | 56 | 75 | 16 | 17 | 101 | 74 |
| Binary | 11011011 | 1110111 | 1010110 | 0 | 101110 | 111101 | 1110 | 1111 | 1000001 | 111100 |
Color Harmonies of #DB7756
Complementary color
Monochromatic Colors of #DB7756
Black with #DB7756
Text Example
Text Example
White with #DB7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7756; }
p { color: rgb(219,119,86); }
H1.HeaderClassName
{
color: #DB7756;
}
.AnyTagClassName
{
color: #DB7756;
}
</style>
background-color css
<style>
a { background-color: #DB7756; }
a { background-color: rgb(219,119,86); }
div.DivClassName
{
background-color: #DB7756;
}
.BgClassName
{
background-color: #DB7756;
}
</style>
border-color css
<style>
span { border-color: #DB7756; }
span { border-color: rgb(219,119,86); }
td.TdClassName
{
border-color: #DB7756;
}
.TagClassName
{
border-color: #DB7756;
}
</style>