Shades of Terra Cotta #DB6F5A
Tints of Terra Cotta #DB6F5A
RGB
CMYK
RGB Variations
Color information
#DB6F5A (or 0xDB6F5A) is known color: Terra Cotta. HEX triplet: DB, 6F and 5A. RGB value is (219,111,90). Sum of RGB (Red+Green+Blue) = 219+111+90=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F5A is #2490A5. Grayscale: #8D8D8D. Windows color (decimal): -2396326 or 5926875. OLE color: 5926875.
HSL color Cylindrical-coordinate representation of color #DB6F5A: hue angle of 9.77º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB6F5A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 90 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.14 |
| HSL | 9.77º | 0.64% | 0.61% | - |
| HSV(B) | 9.77º | 0.59% | 0.86% | - |
| XYZ | 36.74 | 27.17 | 12.98 | - |
| YUV | 140.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 90 | 0 | 0.49 | 0.59 | 0.14 | 9.77 | 0.64 | 0.61 |
| Hex | DB | 6F | 5A | 0 | 31 | 3B | E | A | 40 | 3D |
| Octal | 333 | 157 | 132 | 0 | 61 | 73 | 16 | 12 | 100 | 75 |
| Binary | 11011011 | 1101111 | 1011010 | 0 | 110001 | 111011 | 1110 | 1010 | 1000000 | 111101 |
Color Harmonies of #DB6F5A
Complementary color
Monochromatic Colors of #DB6F5A
Black with #DB6F5A
Text Example
Text Example
White with #DB6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F5A; }
p { color: rgb(219,111,90); }
H1.HeaderClassName
{
color: #DB6F5A;
}
.AnyTagClassName
{
color: #DB6F5A;
}
</style>
background-color css
<style>
a { background-color: #DB6F5A; }
a { background-color: rgb(219,111,90); }
div.DivClassName
{
background-color: #DB6F5A;
}
.BgClassName
{
background-color: #DB6F5A;
}
</style>
border-color css
<style>
span { border-color: #DB6F5A; }
span { border-color: rgb(219,111,90); }
td.TdClassName
{
border-color: #DB6F5A;
}
.TagClassName
{
border-color: #DB6F5A;
}
</style>