Shades of Terra Cotta #DB7254
Tints of Terra Cotta #DB7254
RGB
CMYK
RGB Variations
Color information
#DB7254 (or 0xDB7254) is known color: Terra Cotta. HEX triplet: DB, 72 and 54. RGB value is (219,114,84). Sum of RGB (Red+Green+Blue) = 219+114+84=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7254 is #248DAB. Grayscale: #8E8E8E. Windows color (decimal): -2395564 or 5534427. OLE color: 5534427.
HSL color Cylindrical-coordinate representation of color #DB7254: hue angle of 13.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB7254 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 84 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.14 |
| HSL | 13.33º | 0.65% | 0.59% | - |
| HSV(B) | 13.33º | 0.62% | 0.86% | - |
| XYZ | 36.83 | 27.73 | 11.8 | - |
| YUV | 141.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 84 | 0 | 0.48 | 0.62 | 0.14 | 13.33 | 0.65 | 0.59 |
| Hex | DB | 72 | 54 | 0 | 30 | 3E | E | D | 41 | 3B |
| Octal | 333 | 162 | 124 | 0 | 60 | 76 | 16 | 15 | 101 | 73 |
| Binary | 11011011 | 1110010 | 1010100 | 0 | 110000 | 111110 | 1110 | 1101 | 1000001 | 111011 |
Color Harmonies of #DB7254
Complementary color
Monochromatic Colors of #DB7254
Black with #DB7254
Text Example
Text Example
White with #DB7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7254; }
p { color: rgb(219,114,84); }
H1.HeaderClassName
{
color: #DB7254;
}
.AnyTagClassName
{
color: #DB7254;
}
</style>
background-color css
<style>
a { background-color: #DB7254; }
a { background-color: rgb(219,114,84); }
div.DivClassName
{
background-color: #DB7254;
}
.BgClassName
{
background-color: #DB7254;
}
</style>
border-color css
<style>
span { border-color: #DB7254; }
span { border-color: rgb(219,114,84); }
td.TdClassName
{
border-color: #DB7254;
}
.TagClassName
{
border-color: #DB7254;
}
</style>