Shades of Terra Cotta #DB6C54
Tints of Terra Cotta #DB6C54
RGB
CMYK
RGB Variations
Color information
#DB6C54 (or 0xDB6C54) is known color: Terra Cotta. HEX triplet: DB, 6C and 54. RGB value is (219,108,84). Sum of RGB (Red+Green+Blue) = 219+108+84=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C54 is #2493AB. Grayscale: #8A8A8A. Windows color (decimal): -2397100 or 5532891. OLE color: 5532891.
HSL color Cylindrical-coordinate representation of color #DB6C54: hue angle of 10.67º 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 #DB6C54 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 84 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.14 |
| HSL | 10.67º | 0.65% | 0.59% | - |
| HSV(B) | 10.67º | 0.62% | 0.86% | - |
| XYZ | 36.18 | 26.43 | 11.58 | - |
| YUV | 138.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 84 | 0 | 0.51 | 0.62 | 0.14 | 10.67 | 0.65 | 0.59 |
| Hex | DB | 6C | 54 | 0 | 33 | 3E | E | B | 41 | 3B |
| Octal | 333 | 154 | 124 | 0 | 63 | 76 | 16 | 13 | 101 | 73 |
| Binary | 11011011 | 1101100 | 1010100 | 0 | 110011 | 111110 | 1110 | 1011 | 1000001 | 111011 |
Color Harmonies of #DB6C54
Complementary color
Monochromatic Colors of #DB6C54
Black with #DB6C54
Text Example
Text Example
White with #DB6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C54; }
p { color: rgb(219,108,84); }
H1.HeaderClassName
{
color: #DB6C54;
}
.AnyTagClassName
{
color: #DB6C54;
}
</style>
background-color css
<style>
a { background-color: #DB6C54; }
a { background-color: rgb(219,108,84); }
div.DivClassName
{
background-color: #DB6C54;
}
.BgClassName
{
background-color: #DB6C54;
}
</style>
border-color css
<style>
span { border-color: #DB6C54; }
span { border-color: rgb(219,108,84); }
td.TdClassName
{
border-color: #DB6C54;
}
.TagClassName
{
border-color: #DB6C54;
}
</style>