Shades of Terra Cotta #DB7255
Tints of Terra Cotta #DB7255
RGB
CMYK
RGB Variations
Color information
#DB7255 (or 0xDB7255) is known color: Terra Cotta. HEX triplet: DB, 72 and 55. RGB value is (219,114,85). Sum of RGB (Red+Green+Blue) = 219+114+85=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7255 is #248DAA. Grayscale: #8E8E8E. Windows color (decimal): -2395563 or 5599963. OLE color: 5599963.
HSL color Cylindrical-coordinate representation of color #DB7255: hue angle of 12.99º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB7255 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 85 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.14 |
| HSL | 12.99º | 0.65% | 0.6% | - |
| HSV(B) | 12.99º | 0.61% | 0.86% | - |
| XYZ | 36.87 | 27.75 | 12.01 | - |
| YUV | 142.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 85 | 0 | 0.48 | 0.61 | 0.14 | 12.99 | 0.65 | 0.6 |
| Hex | DB | 72 | 55 | 0 | 30 | 3D | E | D | 41 | 3C |
| Octal | 333 | 162 | 125 | 0 | 60 | 75 | 16 | 15 | 101 | 74 |
| Binary | 11011011 | 1110010 | 1010101 | 0 | 110000 | 111101 | 1110 | 1101 | 1000001 | 111100 |
Color Harmonies of #DB7255
Complementary color
Monochromatic Colors of #DB7255
Black with #DB7255
Text Example
Text Example
White with #DB7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7255; }
p { color: rgb(219,114,85); }
H1.HeaderClassName
{
color: #DB7255;
}
.AnyTagClassName
{
color: #DB7255;
}
</style>
background-color css
<style>
a { background-color: #DB7255; }
a { background-color: rgb(219,114,85); }
div.DivClassName
{
background-color: #DB7255;
}
.BgClassName
{
background-color: #DB7255;
}
</style>
border-color css
<style>
span { border-color: #DB7255; }
span { border-color: rgb(219,114,85); }
td.TdClassName
{
border-color: #DB7255;
}
.TagClassName
{
border-color: #DB7255;
}
</style>