Shades of Terra Cotta #DB7452
Tints of Terra Cotta #DB7452
RGB
CMYK
RGB Variations
Color information
#DB7452 (or 0xDB7452) is known color: Terra Cotta. HEX triplet: DB, 74 and 52. RGB value is (219,116,82). Sum of RGB (Red+Green+Blue) = 219+116+82=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7452 is #248BAD. Grayscale: #8F8F8F. Windows color (decimal): -2395054 or 5403867. OLE color: 5403867.
HSL color Cylindrical-coordinate representation of color #DB7452: hue angle of 14.89º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7452 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 82 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.14 |
| HSL | 14.89º | 0.66% | 0.59% | - |
| HSV(B) | 14.89º | 0.63% | 0.86% | - |
| XYZ | 36.98 | 28.16 | 11.47 | - |
| YUV | 142.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 82 | 0 | 0.47 | 0.63 | 0.14 | 14.89 | 0.66 | 0.59 |
| Hex | DB | 74 | 52 | 0 | 2F | 3F | E | F | 42 | 3B |
| Octal | 333 | 164 | 122 | 0 | 57 | 77 | 16 | 17 | 102 | 73 |
| Binary | 11011011 | 1110100 | 1010010 | 0 | 101111 | 111111 | 1110 | 1111 | 1000010 | 111011 |
Color Harmonies of #DB7452
Complementary color
Monochromatic Colors of #DB7452
Black with #DB7452
Text Example
Text Example
White with #DB7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7452; }
p { color: rgb(219,116,82); }
H1.HeaderClassName
{
color: #DB7452;
}
.AnyTagClassName
{
color: #DB7452;
}
</style>
background-color css
<style>
a { background-color: #DB7452; }
a { background-color: rgb(219,116,82); }
div.DivClassName
{
background-color: #DB7452;
}
.BgClassName
{
background-color: #DB7452;
}
</style>
border-color css
<style>
span { border-color: #DB7452; }
span { border-color: rgb(219,116,82); }
td.TdClassName
{
border-color: #DB7452;
}
.TagClassName
{
border-color: #DB7452;
}
</style>