Shades of Terra Cotta #DB7C5E
Tints of Terra Cotta #DB7C5E
RGB
CMYK
RGB Variations
Color information
#DB7C5E (or 0xDB7C5E) is known color: Terra Cotta. HEX triplet: DB, 7C and 5E. RGB value is (219,124,94). Sum of RGB (Red+Green+Blue) = 219+124+94=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C5E is #2483A1. Grayscale: #959595. Windows color (decimal): -2392994 or 6192347. OLE color: 6192347.
HSL color Cylindrical-coordinate representation of color #DB7C5E: hue angle of 14.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB7C5E is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 124 | 94 | - |
CMYK | 0 | 0.43 | 0.57 | 0.14 |
HSL | 14.4º | 0.63% | 0.61% | - |
HSV(B) | 14.4º | 0.57% | 0.86% | - |
XYZ | 38.44 | 30.28 | 14.41 | - |
YUV | 148.99 | 96.97 | 177.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 124 | 94 | 0 | 0.43 | 0.57 | 0.14 | 14.4 | 0.63 | 0.61 |
Hex | DB | 7C | 5E | 0 | 2B | 39 | E | E | 3F | 3D |
Octal | 333 | 174 | 136 | 0 | 53 | 71 | 16 | 16 | 77 | 75 |
Binary | 11011011 | 1111100 | 1011110 | 0 | 101011 | 111001 | 1110 | 1110 | 111111 | 111101 |
Color Harmonies of #DB7C5E
Complementary color
Monochromatic Colors of #DB7C5E
Black with #DB7C5E
Text Example
Text Example
White with #DB7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C5E; }
p { color: rgb(219,124,94); }
H1.HeaderClassName
{
color: #DB7C5E;
}
.AnyTagClassName
{
color: #DB7C5E;
}
</style>
background-color css
<style>
a { background-color: #DB7C5E; }
a { background-color: rgb(219,124,94); }
div.DivClassName
{
background-color: #DB7C5E;
}
.BgClassName
{
background-color: #DB7C5E;
}
</style>
border-color css
<style>
span { border-color: #DB7C5E; }
span { border-color: rgb(219,124,94); }
td.TdClassName
{
border-color: #DB7C5E;
}
.TagClassName
{
border-color: #DB7C5E;
}
</style>