Shades of Terra Cotta #DB745B
Tints of Terra Cotta #DB745B
RGB
CMYK
RGB Variations
Color information
#DB745B (or 0xDB745B) is known color: Terra Cotta. HEX triplet: DB, 74 and 5B. RGB value is (219,116,91). Sum of RGB (Red+Green+Blue) = 219+116+91=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB745B is #248BA4. Grayscale: #909090. Windows color (decimal): -2395045 or 5993691. OLE color: 5993691.
HSL color Cylindrical-coordinate representation of color #DB745B: hue angle of 11.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB745B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 91 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.14 |
| HSL | 11.72º | 0.64% | 0.61% | - |
| HSV(B) | 11.72º | 0.58% | 0.86% | - |
| XYZ | 37.35 | 28.31 | 13.39 | - |
| YUV | 143.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 91 | 0 | 0.47 | 0.58 | 0.14 | 11.72 | 0.64 | 0.61 |
| Hex | DB | 74 | 5B | 0 | 2F | 3A | E | C | 40 | 3D |
| Octal | 333 | 164 | 133 | 0 | 57 | 72 | 16 | 14 | 100 | 75 |
| Binary | 11011011 | 1110100 | 1011011 | 0 | 101111 | 111010 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DB745B
Complementary color
Monochromatic Colors of #DB745B
Black with #DB745B
Text Example
Text Example
White with #DB745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB745B; }
p { color: rgb(219,116,91); }
H1.HeaderClassName
{
color: #DB745B;
}
.AnyTagClassName
{
color: #DB745B;
}
</style>
background-color css
<style>
a { background-color: #DB745B; }
a { background-color: rgb(219,116,91); }
div.DivClassName
{
background-color: #DB745B;
}
.BgClassName
{
background-color: #DB745B;
}
</style>
border-color css
<style>
span { border-color: #DB745B; }
span { border-color: rgb(219,116,91); }
td.TdClassName
{
border-color: #DB745B;
}
.TagClassName
{
border-color: #DB745B;
}
</style>