Shades of Terra Cotta #DB7562
Tints of Terra Cotta #DB7562
RGB
CMYK
RGB Variations
Color information
#DB7562 (or 0xDB7562) is known color: Terra Cotta. HEX triplet: DB, 75 and 62. RGB value is (219,117,98). Sum of RGB (Red+Green+Blue) = 219+117+98=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7562 is #248A9D. Grayscale: #919191. Windows color (decimal): -2394782 or 6452699. OLE color: 6452699.
HSL color Cylindrical-coordinate representation of color #DB7562: hue angle of 9.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB7562 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 98 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.14 |
| HSL | 9.42º | 0.63% | 0.62% | - |
| HSV(B) | 9.42º | 0.55% | 0.86% | - |
| XYZ | 37.78 | 28.66 | 15.1 | - |
| YUV | 145.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 98 | 0 | 0.47 | 0.55 | 0.14 | 9.42 | 0.63 | 0.62 |
| Hex | DB | 75 | 62 | 0 | 2F | 37 | E | 9 | 3F | 3E |
| Octal | 333 | 165 | 142 | 0 | 57 | 67 | 16 | 11 | 77 | 76 |
| Binary | 11011011 | 1110101 | 1100010 | 0 | 101111 | 110111 | 1110 | 1001 | 111111 | 111110 |
Color Harmonies of #DB7562
Complementary color
Monochromatic Colors of #DB7562
Black with #DB7562
Text Example
Text Example
White with #DB7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7562; }
p { color: rgb(219,117,98); }
H1.HeaderClassName
{
color: #DB7562;
}
.AnyTagClassName
{
color: #DB7562;
}
</style>
background-color css
<style>
a { background-color: #DB7562; }
a { background-color: rgb(219,117,98); }
div.DivClassName
{
background-color: #DB7562;
}
.BgClassName
{
background-color: #DB7562;
}
</style>
border-color css
<style>
span { border-color: #DB7562; }
span { border-color: rgb(219,117,98); }
td.TdClassName
{
border-color: #DB7562;
}
.TagClassName
{
border-color: #DB7562;
}
</style>