Shades of Terra Cotta #DB6F52
Tints of Terra Cotta #DB6F52
RGB
CMYK
RGB Variations
Color information
#DB6F52 (or 0xDB6F52) is known color: Terra Cotta. HEX triplet: DB, 6F and 52. RGB value is (219,111,82). Sum of RGB (Red+Green+Blue) = 219+111+82=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F52 is #2490AD. Grayscale: #8C8C8C. Windows color (decimal): -2396334 or 5402587. OLE color: 5402587.
HSL color Cylindrical-coordinate representation of color #DB6F52: hue angle of 12.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB6F52 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 82 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.14 |
| HSL | 12.7º | 0.66% | 0.59% | - |
| HSV(B) | 12.7º | 0.63% | 0.86% | - |
| XYZ | 36.42 | 27.04 | 11.28 | - |
| YUV | 139.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 82 | 0 | 0.49 | 0.63 | 0.14 | 12.7 | 0.66 | 0.59 |
| Hex | DB | 6F | 52 | 0 | 31 | 3F | E | D | 42 | 3B |
| Octal | 333 | 157 | 122 | 0 | 61 | 77 | 16 | 15 | 102 | 73 |
| Binary | 11011011 | 1101111 | 1010010 | 0 | 110001 | 111111 | 1110 | 1101 | 1000010 | 111011 |
Color Harmonies of #DB6F52
Complementary color
Monochromatic Colors of #DB6F52
Black with #DB6F52
Text Example
Text Example
White with #DB6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F52; }
p { color: rgb(219,111,82); }
H1.HeaderClassName
{
color: #DB6F52;
}
.AnyTagClassName
{
color: #DB6F52;
}
</style>
background-color css
<style>
a { background-color: #DB6F52; }
a { background-color: rgb(219,111,82); }
div.DivClassName
{
background-color: #DB6F52;
}
.BgClassName
{
background-color: #DB6F52;
}
</style>
border-color css
<style>
span { border-color: #DB6F52; }
span { border-color: rgb(219,111,82); }
td.TdClassName
{
border-color: #DB6F52;
}
.TagClassName
{
border-color: #DB6F52;
}
</style>