Shades of Terra Cotta #DB735E
Tints of Terra Cotta #DB735E
RGB
CMYK
RGB Variations
Color information
#DB735E (or 0xDB735E) is known color: Terra Cotta. HEX triplet: DB, 73 and 5E. RGB value is (219,115,94). Sum of RGB (Red+Green+Blue) = 219+115+94=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB735E is #248CA1. Grayscale: #8F8F8F. Windows color (decimal): -2395298 or 6190043. OLE color: 6190043.
HSL color Cylindrical-coordinate representation of color #DB735E: hue angle of 10.08º 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 #DB735E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 94 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.14 |
| HSL | 10.08º | 0.63% | 0.61% | - |
| HSV(B) | 10.08º | 0.57% | 0.86% | - |
| XYZ | 37.36 | 28.13 | 14.05 | - |
| YUV | 143.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 94 | 0 | 0.47 | 0.57 | 0.14 | 10.08 | 0.63 | 0.61 |
| Hex | DB | 73 | 5E | 0 | 2F | 39 | E | A | 3F | 3D |
| Octal | 333 | 163 | 136 | 0 | 57 | 71 | 16 | 12 | 77 | 75 |
| Binary | 11011011 | 1110011 | 1011110 | 0 | 101111 | 111001 | 1110 | 1010 | 111111 | 111101 |
Color Harmonies of #DB735E
Complementary color
Monochromatic Colors of #DB735E
Black with #DB735E
Text Example
Text Example
White with #DB735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB735E; }
p { color: rgb(219,115,94); }
H1.HeaderClassName
{
color: #DB735E;
}
.AnyTagClassName
{
color: #DB735E;
}
</style>
background-color css
<style>
a { background-color: #DB735E; }
a { background-color: rgb(219,115,94); }
div.DivClassName
{
background-color: #DB735E;
}
.BgClassName
{
background-color: #DB735E;
}
</style>
border-color css
<style>
span { border-color: #DB735E; }
span { border-color: rgb(219,115,94); }
td.TdClassName
{
border-color: #DB735E;
}
.TagClassName
{
border-color: #DB735E;
}
</style>