Shades of Terra Cotta #DB6D53
Tints of Terra Cotta #DB6D53
RGB
CMYK
RGB Variations
Color information
#DB6D53 (or 0xDB6D53) is known color: Terra Cotta. HEX triplet: DB, 6D and 53. RGB value is (219,109,83). Sum of RGB (Red+Green+Blue) = 219+109+83=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D53 is #2492AC. Grayscale: #8B8B8B. Windows color (decimal): -2396845 or 5467611. OLE color: 5467611.
HSL color Cylindrical-coordinate representation of color #DB6D53: hue angle of 11.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6D53 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 83 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.14 |
| HSL | 11.47º | 0.65% | 0.59% | - |
| HSV(B) | 11.47º | 0.62% | 0.86% | - |
| XYZ | 36.24 | 26.62 | 11.41 | - |
| YUV | 138.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 83 | 0 | 0.50 | 0.62 | 0.14 | 11.47 | 0.65 | 0.59 |
| Hex | DB | 6D | 53 | 0 | 32 | 3E | E | B | 41 | 3B |
| Octal | 333 | 155 | 123 | 0 | 62 | 76 | 16 | 13 | 101 | 73 |
| Binary | 11011011 | 1101101 | 1010011 | 0 | 110010 | 111110 | 1110 | 1011 | 1000001 | 111011 |
Color Harmonies of #DB6D53
Complementary color
Monochromatic Colors of #DB6D53
Black with #DB6D53
Text Example
Text Example
White with #DB6D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D53; }
p { color: rgb(219,109,83); }
H1.HeaderClassName
{
color: #DB6D53;
}
.AnyTagClassName
{
color: #DB6D53;
}
</style>
background-color css
<style>
a { background-color: #DB6D53; }
a { background-color: rgb(219,109,83); }
div.DivClassName
{
background-color: #DB6D53;
}
.BgClassName
{
background-color: #DB6D53;
}
</style>
border-color css
<style>
span { border-color: #DB6D53; }
span { border-color: rgb(219,109,83); }
td.TdClassName
{
border-color: #DB6D53;
}
.TagClassName
{
border-color: #DB6D53;
}
</style>