Shades of Terra Cotta #DB7552
Tints of Terra Cotta #DB7552
RGB
CMYK
RGB Variations
Color information
#DB7552 (or 0xDB7552) is known color: Terra Cotta. HEX triplet: DB, 75 and 52. RGB value is (219,117,82). Sum of RGB (Red+Green+Blue) = 219+117+82=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7552 is #248AAD. Grayscale: #8F8F8F. Windows color (decimal): -2394798 or 5404123. OLE color: 5404123.
HSL color Cylindrical-coordinate representation of color #DB7552: hue angle of 15.33º 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 #DB7552 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 82 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.14 |
| HSL | 15.33º | 0.66% | 0.59% | - |
| HSV(B) | 15.33º | 0.63% | 0.86% | - |
| XYZ | 37.1 | 28.39 | 11.51 | - |
| YUV | 143.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 82 | 0 | 0.47 | 0.63 | 0.14 | 15.33 | 0.66 | 0.59 |
| Hex | DB | 75 | 52 | 0 | 2F | 3F | E | F | 42 | 3B |
| Octal | 333 | 165 | 122 | 0 | 57 | 77 | 16 | 17 | 102 | 73 |
| Binary | 11011011 | 1110101 | 1010010 | 0 | 101111 | 111111 | 1110 | 1111 | 1000010 | 111011 |
Color Harmonies of #DB7552
Complementary color
Monochromatic Colors of #DB7552
Black with #DB7552
Text Example
Text Example
White with #DB7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7552; }
p { color: rgb(219,117,82); }
H1.HeaderClassName
{
color: #DB7552;
}
.AnyTagClassName
{
color: #DB7552;
}
</style>
background-color css
<style>
a { background-color: #DB7552; }
a { background-color: rgb(219,117,82); }
div.DivClassName
{
background-color: #DB7552;
}
.BgClassName
{
background-color: #DB7552;
}
</style>
border-color css
<style>
span { border-color: #DB7552; }
span { border-color: rgb(219,117,82); }
td.TdClassName
{
border-color: #DB7552;
}
.TagClassName
{
border-color: #DB7552;
}
</style>