Shades of Terra Cotta #DB6E53
Tints of Terra Cotta #DB6E53
RGB
CMYK
RGB Variations
Color information
#DB6E53 (or 0xDB6E53) is known color: Terra Cotta. HEX triplet: DB, 6E and 53. RGB value is (219,110,83). Sum of RGB (Red+Green+Blue) = 219+110+83=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E53 is #2491AC. Grayscale: #8B8B8B. Windows color (decimal): -2396589 or 5467867. OLE color: 5467867.
HSL color Cylindrical-coordinate representation of color #DB6E53: hue angle of 11.91º 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 #DB6E53 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 83 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.14 |
| HSL | 11.91º | 0.65% | 0.59% | - |
| HSV(B) | 11.91º | 0.62% | 0.86% | - |
| XYZ | 36.35 | 26.84 | 11.45 | - |
| YUV | 139.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 83 | 0 | 0.50 | 0.62 | 0.14 | 11.91 | 0.65 | 0.59 |
| Hex | DB | 6E | 53 | 0 | 32 | 3E | E | C | 41 | 3B |
| Octal | 333 | 156 | 123 | 0 | 62 | 76 | 16 | 14 | 101 | 73 |
| Binary | 11011011 | 1101110 | 1010011 | 0 | 110010 | 111110 | 1110 | 1100 | 1000001 | 111011 |
Color Harmonies of #DB6E53
Complementary color
Monochromatic Colors of #DB6E53
Black with #DB6E53
Text Example
Text Example
White with #DB6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E53; }
p { color: rgb(219,110,83); }
H1.HeaderClassName
{
color: #DB6E53;
}
.AnyTagClassName
{
color: #DB6E53;
}
</style>
background-color css
<style>
a { background-color: #DB6E53; }
a { background-color: rgb(219,110,83); }
div.DivClassName
{
background-color: #DB6E53;
}
.BgClassName
{
background-color: #DB6E53;
}
</style>
border-color css
<style>
span { border-color: #DB6E53; }
span { border-color: rgb(219,110,83); }
td.TdClassName
{
border-color: #DB6E53;
}
.TagClassName
{
border-color: #DB6E53;
}
</style>