Shades of Terra Cotta #DB735F
Tints of Terra Cotta #DB735F
RGB
CMYK
RGB Variations
Color information
#DB735F (or 0xDB735F) is known color: Terra Cotta. HEX triplet: DB, 73 and 5F. RGB value is (219,115,95). Sum of RGB (Red+Green+Blue) = 219+115+95=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB735F is #248CA0. Grayscale: #909090. Windows color (decimal): -2395297 or 6255579. OLE color: 6255579.
HSL color Cylindrical-coordinate representation of color #DB735F: hue angle of 9.68º 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 #DB735F is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 95 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.14 |
| HSL | 9.68º | 0.63% | 0.62% | - |
| HSV(B) | 9.68º | 0.57% | 0.86% | - |
| XYZ | 37.41 | 28.15 | 14.29 | - |
| YUV | 143.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 95 | 0 | 0.47 | 0.57 | 0.14 | 9.68 | 0.63 | 0.62 |
| Hex | DB | 73 | 5F | 0 | 2F | 39 | E | A | 3F | 3E |
| Octal | 333 | 163 | 137 | 0 | 57 | 71 | 16 | 12 | 77 | 76 |
| Binary | 11011011 | 1110011 | 1011111 | 0 | 101111 | 111001 | 1110 | 1010 | 111111 | 111110 |
Color Harmonies of #DB735F
Complementary color
Monochromatic Colors of #DB735F
Black with #DB735F
Text Example
Text Example
White with #DB735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB735F; }
p { color: rgb(219,115,95); }
H1.HeaderClassName
{
color: #DB735F;
}
.AnyTagClassName
{
color: #DB735F;
}
</style>
background-color css
<style>
a { background-color: #DB735F; }
a { background-color: rgb(219,115,95); }
div.DivClassName
{
background-color: #DB735F;
}
.BgClassName
{
background-color: #DB735F;
}
</style>
border-color css
<style>
span { border-color: #DB735F; }
span { border-color: rgb(219,115,95); }
td.TdClassName
{
border-color: #DB735F;
}
.TagClassName
{
border-color: #DB735F;
}
</style>