Shades of Terra Cotta #DB7C57
Tints of Terra Cotta #DB7C57
RGB
CMYK
RGB Variations
Color information
#DB7C57 (or 0xDB7C57) is known color: Terra Cotta. HEX triplet: DB, 7C and 57. RGB value is (219,124,87). Sum of RGB (Red+Green+Blue) = 219+124+87=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C57 is #2483A8. Grayscale: #949494. Windows color (decimal): -2393001 or 5733595. OLE color: 5733595.
HSL color Cylindrical-coordinate representation of color #DB7C57: hue angle of 16.82º 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 #DB7C57 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 87 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.14 |
| HSL | 16.82º | 0.65% | 0.6% | - |
| HSV(B) | 16.82º | 0.6% | 0.86% | - |
| XYZ | 38.14 | 30.16 | 12.83 | - |
| YUV | 148.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 87 | 0 | 0.43 | 0.60 | 0.14 | 16.82 | 0.65 | 0.6 |
| Hex | DB | 7C | 57 | 0 | 2B | 3C | E | 11 | 41 | 3C |
| Octal | 333 | 174 | 127 | 0 | 53 | 74 | 16 | 21 | 101 | 74 |
| Binary | 11011011 | 1111100 | 1010111 | 0 | 101011 | 111100 | 1110 | 10001 | 1000001 | 111100 |
Color Harmonies of #DB7C57
Complementary color
Monochromatic Colors of #DB7C57
Black with #DB7C57
Text Example
Text Example
White with #DB7C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C57; }
p { color: rgb(219,124,87); }
H1.HeaderClassName
{
color: #DB7C57;
}
.AnyTagClassName
{
color: #DB7C57;
}
</style>
background-color css
<style>
a { background-color: #DB7C57; }
a { background-color: rgb(219,124,87); }
div.DivClassName
{
background-color: #DB7C57;
}
.BgClassName
{
background-color: #DB7C57;
}
</style>
border-color css
<style>
span { border-color: #DB7C57; }
span { border-color: rgb(219,124,87); }
td.TdClassName
{
border-color: #DB7C57;
}
.TagClassName
{
border-color: #DB7C57;
}
</style>