Shades of Terra Cotta #DB6B5B
Tints of Terra Cotta #DB6B5B
RGB
CMYK
RGB Variations
Color information
#DB6B5B (or 0xDB6B5B) is known color: Terra Cotta. HEX triplet: DB, 6B and 5B. RGB value is (219,107,91). Sum of RGB (Red+Green+Blue) = 219+107+91=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B5B is #2494A4. Grayscale: #8A8A8A. Windows color (decimal): -2397349 or 5991387. OLE color: 5991387.
HSL color Cylindrical-coordinate representation of color #DB6B5B: hue angle of 7.5º 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 #DB6B5B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 91 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.14 |
| HSL | 7.5º | 0.64% | 0.61% | - |
| HSV(B) | 7.5º | 0.58% | 0.86% | - |
| XYZ | 36.36 | 26.33 | 13.06 | - |
| YUV | 138.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 91 | 0 | 0.51 | 0.58 | 0.14 | 7.5 | 0.64 | 0.61 |
| Hex | DB | 6B | 5B | 0 | 33 | 3A | E | 8 | 40 | 3D |
| Octal | 333 | 153 | 133 | 0 | 63 | 72 | 16 | 10 | 100 | 75 |
| Binary | 11011011 | 1101011 | 1011011 | 0 | 110011 | 111010 | 1110 | 1000 | 1000000 | 111101 |
Color Harmonies of #DB6B5B
Complementary color
Monochromatic Colors of #DB6B5B
Black with #DB6B5B
Text Example
Text Example
White with #DB6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B5B; }
p { color: rgb(219,107,91); }
H1.HeaderClassName
{
color: #DB6B5B;
}
.AnyTagClassName
{
color: #DB6B5B;
}
</style>
background-color css
<style>
a { background-color: #DB6B5B; }
a { background-color: rgb(219,107,91); }
div.DivClassName
{
background-color: #DB6B5B;
}
.BgClassName
{
background-color: #DB6B5B;
}
</style>
border-color css
<style>
span { border-color: #DB6B5B; }
span { border-color: rgb(219,107,91); }
td.TdClassName
{
border-color: #DB6B5B;
}
.TagClassName
{
border-color: #DB6B5B;
}
</style>