Shades of Terra Cotta #DB726A
Tints of Terra Cotta #DB726A
RGB
CMYK
RGB Variations
Color information
#DB726A (or 0xDB726A) is known color: Terra Cotta. HEX triplet: DB, 72 and 6A. RGB value is (219,114,106). Sum of RGB (Red+Green+Blue) = 219+114+106=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB726A is #248D95. Grayscale: #909090. Windows color (decimal): -2395542 or 6976219. OLE color: 6976219.
HSL color Cylindrical-coordinate representation of color #DB726A: hue angle of 4.25º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB726A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 106 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 4.25º | 0.61% | 0.64% | - |
| HSV(B) | 4.25º | 0.52% | 0.86% | - |
| XYZ | 37.83 | 28.14 | 17.07 | - |
| YUV | 144.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 106 | 0 | 0.48 | 0.52 | 0.14 | 4.25 | 0.61 | 0.64 |
| Hex | DB | 72 | 6A | 0 | 30 | 34 | E | 4 | 3D | 40 |
| Octal | 333 | 162 | 152 | 0 | 60 | 64 | 16 | 4 | 75 | 100 |
| Binary | 11011011 | 1110010 | 1101010 | 0 | 110000 | 110100 | 1110 | 100 | 111101 | 1000000 |
Color Harmonies of #DB726A
Complementary color
Monochromatic Colors of #DB726A
Black with #DB726A
Text Example
Text Example
White with #DB726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB726A; }
p { color: rgb(219,114,106); }
H1.HeaderClassName
{
color: #DB726A;
}
.AnyTagClassName
{
color: #DB726A;
}
</style>
background-color css
<style>
a { background-color: #DB726A; }
a { background-color: rgb(219,114,106); }
div.DivClassName
{
background-color: #DB726A;
}
.BgClassName
{
background-color: #DB726A;
}
</style>
border-color css
<style>
span { border-color: #DB726A; }
span { border-color: rgb(219,114,106); }
td.TdClassName
{
border-color: #DB726A;
}
.TagClassName
{
border-color: #DB726A;
}
</style>