Shades of Terra Cotta #DB7D57
Tints of Terra Cotta #DB7D57
RGB
CMYK
RGB Variations
Color information
#DB7D57 (or 0xDB7D57) is known color: Terra Cotta. HEX triplet: DB, 7D and 57. RGB value is (219,125,87). Sum of RGB (Red+Green+Blue) = 219+125+87=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D57 is #2482A8. Grayscale: #959595. Windows color (decimal): -2392745 or 5733851. OLE color: 5733851.
HSL color Cylindrical-coordinate representation of color #DB7D57: hue angle of 17.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB7D57 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 87 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.14 |
| HSL | 17.27º | 0.65% | 0.6% | - |
| HSV(B) | 17.27º | 0.6% | 0.86% | - |
| XYZ | 38.27 | 30.42 | 12.87 | - |
| YUV | 148.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 87 | 0 | 0.43 | 0.60 | 0.14 | 17.27 | 0.65 | 0.6 |
| Hex | DB | 7D | 57 | 0 | 2B | 3C | E | 11 | 41 | 3C |
| Octal | 333 | 175 | 127 | 0 | 53 | 74 | 16 | 21 | 101 | 74 |
| Binary | 11011011 | 1111101 | 1010111 | 0 | 101011 | 111100 | 1110 | 10001 | 1000001 | 111100 |
Color Harmonies of #DB7D57
Complementary color
Monochromatic Colors of #DB7D57
Black with #DB7D57
Text Example
Text Example
White with #DB7D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D57; }
p { color: rgb(219,125,87); }
H1.HeaderClassName
{
color: #DB7D57;
}
.AnyTagClassName
{
color: #DB7D57;
}
</style>
background-color css
<style>
a { background-color: #DB7D57; }
a { background-color: rgb(219,125,87); }
div.DivClassName
{
background-color: #DB7D57;
}
.BgClassName
{
background-color: #DB7D57;
}
</style>
border-color css
<style>
span { border-color: #DB7D57; }
span { border-color: rgb(219,125,87); }
td.TdClassName
{
border-color: #DB7D57;
}
.TagClassName
{
border-color: #DB7D57;
}
</style>