Shades of Terra Cotta #DB7B58
Tints of Terra Cotta #DB7B58
RGB
CMYK
RGB Variations
Color information
#DB7B58 (or 0xDB7B58) is known color: Terra Cotta. HEX triplet: DB, 7B and 58. RGB value is (219,123,88). Sum of RGB (Red+Green+Blue) = 219+123+88=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B58 is #2484A7. Grayscale: #939393. Windows color (decimal): -2393256 or 5798875. OLE color: 5798875.
HSL color Cylindrical-coordinate representation of color #DB7B58: hue angle of 16.03º 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 #DB7B58 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 88 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.14 |
| HSL | 16.03º | 0.65% | 0.6% | - |
| HSV(B) | 16.03º | 0.6% | 0.86% | - |
| XYZ | 38.06 | 29.93 | 13 | - |
| YUV | 147.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 88 | 0 | 0.44 | 0.60 | 0.14 | 16.03 | 0.65 | 0.6 |
| Hex | DB | 7B | 58 | 0 | 2C | 3C | E | 10 | 41 | 3C |
| Octal | 333 | 173 | 130 | 0 | 54 | 74 | 16 | 20 | 101 | 74 |
| Binary | 11011011 | 1111011 | 1011000 | 0 | 101100 | 111100 | 1110 | 10000 | 1000001 | 111100 |
Color Harmonies of #DB7B58
Complementary color
Monochromatic Colors of #DB7B58
Black with #DB7B58
Text Example
Text Example
White with #DB7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B58; }
p { color: rgb(219,123,88); }
H1.HeaderClassName
{
color: #DB7B58;
}
.AnyTagClassName
{
color: #DB7B58;
}
</style>
background-color css
<style>
a { background-color: #DB7B58; }
a { background-color: rgb(219,123,88); }
div.DivClassName
{
background-color: #DB7B58;
}
.BgClassName
{
background-color: #DB7B58;
}
</style>
border-color css
<style>
span { border-color: #DB7B58; }
span { border-color: rgb(219,123,88); }
td.TdClassName
{
border-color: #DB7B58;
}
.TagClassName
{
border-color: #DB7B58;
}
</style>