Shades of Terra Cotta #DB745A
Tints of Terra Cotta #DB745A
RGB
CMYK
RGB Variations
Color information
#DB745A (or 0xDB745A) is known color: Terra Cotta. HEX triplet: DB, 74 and 5A. RGB value is (219,116,90). Sum of RGB (Red+Green+Blue) = 219+116+90=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB745A is #248BA5. Grayscale: #909090. Windows color (decimal): -2395046 or 5928155. OLE color: 5928155.
HSL color Cylindrical-coordinate representation of color #DB745A: hue angle of 12.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB745A is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 90 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.14 |
| HSL | 12.09º | 0.64% | 0.61% | - |
| HSV(B) | 12.09º | 0.59% | 0.86% | - |
| XYZ | 37.3 | 28.29 | 13.17 | - |
| YUV | 143.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 90 | 0 | 0.47 | 0.59 | 0.14 | 12.09 | 0.64 | 0.61 |
| Hex | DB | 74 | 5A | 0 | 2F | 3B | E | C | 40 | 3D |
| Octal | 333 | 164 | 132 | 0 | 57 | 73 | 16 | 14 | 100 | 75 |
| Binary | 11011011 | 1110100 | 1011010 | 0 | 101111 | 111011 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DB745A
Complementary color
Monochromatic Colors of #DB745A
Black with #DB745A
Text Example
Text Example
White with #DB745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB745A; }
p { color: rgb(219,116,90); }
H1.HeaderClassName
{
color: #DB745A;
}
.AnyTagClassName
{
color: #DB745A;
}
</style>
background-color css
<style>
a { background-color: #DB745A; }
a { background-color: rgb(219,116,90); }
div.DivClassName
{
background-color: #DB745A;
}
.BgClassName
{
background-color: #DB745A;
}
</style>
border-color css
<style>
span { border-color: #DB745A; }
span { border-color: rgb(219,116,90); }
td.TdClassName
{
border-color: #DB745A;
}
.TagClassName
{
border-color: #DB745A;
}
</style>