Shades of Terra Cotta #DB6C5B
Tints of Terra Cotta #DB6C5B
RGB
CMYK
RGB Variations
Color information
#DB6C5B (or 0xDB6C5B) is known color: Terra Cotta. HEX triplet: DB, 6C and 5B. RGB value is (219,108,91). Sum of RGB (Red+Green+Blue) = 219+108+91=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C5B is #2493A4. Grayscale: #8B8B8B. Windows color (decimal): -2397093 or 5991643. OLE color: 5991643.
HSL color Cylindrical-coordinate representation of color #DB6C5B: hue angle of 7.97º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB6C5B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 91 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.14 |
| HSL | 7.97º | 0.64% | 0.61% | - |
| HSV(B) | 7.97º | 0.58% | 0.86% | - |
| XYZ | 36.46 | 26.54 | 13.1 | - |
| YUV | 139.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 91 | 0 | 0.51 | 0.58 | 0.14 | 7.97 | 0.64 | 0.61 |
| Hex | DB | 6C | 5B | 0 | 33 | 3A | E | 8 | 40 | 3D |
| Octal | 333 | 154 | 133 | 0 | 63 | 72 | 16 | 10 | 100 | 75 |
| Binary | 11011011 | 1101100 | 1011011 | 0 | 110011 | 111010 | 1110 | 1000 | 1000000 | 111101 |
Color Harmonies of #DB6C5B
Complementary color
Monochromatic Colors of #DB6C5B
Black with #DB6C5B
Text Example
Text Example
White with #DB6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C5B; }
p { color: rgb(219,108,91); }
H1.HeaderClassName
{
color: #DB6C5B;
}
.AnyTagClassName
{
color: #DB6C5B;
}
</style>
background-color css
<style>
a { background-color: #DB6C5B; }
a { background-color: rgb(219,108,91); }
div.DivClassName
{
background-color: #DB6C5B;
}
.BgClassName
{
background-color: #DB6C5B;
}
</style>
border-color css
<style>
span { border-color: #DB6C5B; }
span { border-color: rgb(219,108,91); }
td.TdClassName
{
border-color: #DB6C5B;
}
.TagClassName
{
border-color: #DB6C5B;
}
</style>