Shades of Terra Cotta #DB745F
Tints of Terra Cotta #DB745F
RGB
CMYK
RGB Variations
Color information
#DB745F (or 0xDB745F) is known color: Terra Cotta. HEX triplet: DB, 74 and 5F. RGB value is (219,116,95). Sum of RGB (Red+Green+Blue) = 219+116+95=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB745F is #248BA0. Grayscale: #909090. Windows color (decimal): -2395041 or 6255835. OLE color: 6255835.
HSL color Cylindrical-coordinate representation of color #DB745F: hue angle of 10.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB745F is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 95 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.14 |
| HSL | 10.16º | 0.63% | 0.62% | - |
| HSV(B) | 10.16º | 0.57% | 0.86% | - |
| XYZ | 37.52 | 28.38 | 14.33 | - |
| YUV | 144.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 95 | 0 | 0.47 | 0.57 | 0.14 | 10.16 | 0.63 | 0.62 |
| Hex | DB | 74 | 5F | 0 | 2F | 39 | E | A | 3F | 3E |
| Octal | 333 | 164 | 137 | 0 | 57 | 71 | 16 | 12 | 77 | 76 |
| Binary | 11011011 | 1110100 | 1011111 | 0 | 101111 | 111001 | 1110 | 1010 | 111111 | 111110 |
Color Harmonies of #DB745F
Complementary color
Monochromatic Colors of #DB745F
Black with #DB745F
Text Example
Text Example
White with #DB745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB745F; }
p { color: rgb(219,116,95); }
H1.HeaderClassName
{
color: #DB745F;
}
.AnyTagClassName
{
color: #DB745F;
}
</style>
background-color css
<style>
a { background-color: #DB745F; }
a { background-color: rgb(219,116,95); }
div.DivClassName
{
background-color: #DB745F;
}
.BgClassName
{
background-color: #DB745F;
}
</style>
border-color css
<style>
span { border-color: #DB745F; }
span { border-color: rgb(219,116,95); }
td.TdClassName
{
border-color: #DB745F;
}
.TagClassName
{
border-color: #DB745F;
}
</style>