Shades of Terra Cotta #DB6D56
Tints of Terra Cotta #DB6D56
RGB
CMYK
RGB Variations
Color information
#DB6D56 (or 0xDB6D56) is known color: Terra Cotta. HEX triplet: DB, 6D and 56. RGB value is (219,109,86). Sum of RGB (Red+Green+Blue) = 219+109+86=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D56 is #2492A9. Grayscale: #8B8B8B. Windows color (decimal): -2396842 or 5664219. OLE color: 5664219.
HSL color Cylindrical-coordinate representation of color #DB6D56: hue angle of 10.38º 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 #DB6D56 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 86 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.14 |
| HSL | 10.38º | 0.65% | 0.6% | - |
| HSV(B) | 10.38º | 0.61% | 0.86% | - |
| XYZ | 36.36 | 26.67 | 12.04 | - |
| YUV | 139.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 86 | 0 | 0.50 | 0.61 | 0.14 | 10.38 | 0.65 | 0.6 |
| Hex | DB | 6D | 56 | 0 | 32 | 3D | E | A | 41 | 3C |
| Octal | 333 | 155 | 126 | 0 | 62 | 75 | 16 | 12 | 101 | 74 |
| Binary | 11011011 | 1101101 | 1010110 | 0 | 110010 | 111101 | 1110 | 1010 | 1000001 | 111100 |
Color Harmonies of #DB6D56
Complementary color
Monochromatic Colors of #DB6D56
Black with #DB6D56
Text Example
Text Example
White with #DB6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D56; }
p { color: rgb(219,109,86); }
H1.HeaderClassName
{
color: #DB6D56;
}
.AnyTagClassName
{
color: #DB6D56;
}
</style>
background-color css
<style>
a { background-color: #DB6D56; }
a { background-color: rgb(219,109,86); }
div.DivClassName
{
background-color: #DB6D56;
}
.BgClassName
{
background-color: #DB6D56;
}
</style>
border-color css
<style>
span { border-color: #DB6D56; }
span { border-color: rgb(219,109,86); }
td.TdClassName
{
border-color: #DB6D56;
}
.TagClassName
{
border-color: #DB6D56;
}
</style>