Shades of Terra Cotta #DB6F5B
Tints of Terra Cotta #DB6F5B
RGB
CMYK
RGB Variations
Color information
#DB6F5B (or 0xDB6F5B) is known color: Terra Cotta. HEX triplet: DB, 6F and 5B. RGB value is (219,111,91). Sum of RGB (Red+Green+Blue) = 219+111+91=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F5B is #2490A4. Grayscale: #8D8D8D. Windows color (decimal): -2396325 or 5992411. OLE color: 5992411.
HSL color Cylindrical-coordinate representation of color #DB6F5B: hue angle of 9.38º 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 #DB6F5B is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 91 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.14 |
| HSL | 9.38º | 0.64% | 0.61% | - |
| HSV(B) | 9.38º | 0.58% | 0.86% | - |
| XYZ | 36.79 | 27.18 | 13.21 | - |
| YUV | 141.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 91 | 0 | 0.49 | 0.58 | 0.14 | 9.38 | 0.64 | 0.61 |
| Hex | DB | 6F | 5B | 0 | 31 | 3A | E | 9 | 40 | 3D |
| Octal | 333 | 157 | 133 | 0 | 61 | 72 | 16 | 11 | 100 | 75 |
| Binary | 11011011 | 1101111 | 1011011 | 0 | 110001 | 111010 | 1110 | 1001 | 1000000 | 111101 |
Color Harmonies of #DB6F5B
Complementary color
Monochromatic Colors of #DB6F5B
Black with #DB6F5B
Text Example
Text Example
White with #DB6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F5B; }
p { color: rgb(219,111,91); }
H1.HeaderClassName
{
color: #DB6F5B;
}
.AnyTagClassName
{
color: #DB6F5B;
}
</style>
background-color css
<style>
a { background-color: #DB6F5B; }
a { background-color: rgb(219,111,91); }
div.DivClassName
{
background-color: #DB6F5B;
}
.BgClassName
{
background-color: #DB6F5B;
}
</style>
border-color css
<style>
span { border-color: #DB6F5B; }
span { border-color: rgb(219,111,91); }
td.TdClassName
{
border-color: #DB6F5B;
}
.TagClassName
{
border-color: #DB6F5B;
}
</style>