Shades of Terra Cotta #DB725B
Tints of Terra Cotta #DB725B
RGB
CMYK
RGB Variations
Color information
#DB725B (or 0xDB725B) is known color: Terra Cotta. HEX triplet: DB, 72 and 5B. RGB value is (219,114,91). Sum of RGB (Red+Green+Blue) = 219+114+91=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB725B is #248DA4. Grayscale: #8E8E8E. Windows color (decimal): -2395557 or 5993179. OLE color: 5993179.
HSL color Cylindrical-coordinate representation of color #DB725B: hue angle of 10.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB725B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 91 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.14 |
| HSL | 10.78º | 0.64% | 0.61% | - |
| HSV(B) | 10.78º | 0.58% | 0.86% | - |
| XYZ | 37.12 | 27.85 | 13.32 | - |
| YUV | 142.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 91 | 0 | 0.48 | 0.58 | 0.14 | 10.78 | 0.64 | 0.61 |
| Hex | DB | 72 | 5B | 0 | 30 | 3A | E | B | 40 | 3D |
| Octal | 333 | 162 | 133 | 0 | 60 | 72 | 16 | 13 | 100 | 75 |
| Binary | 11011011 | 1110010 | 1011011 | 0 | 110000 | 111010 | 1110 | 1011 | 1000000 | 111101 |
Color Harmonies of #DB725B
Complementary color
Monochromatic Colors of #DB725B
Black with #DB725B
Text Example
Text Example
White with #DB725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB725B; }
p { color: rgb(219,114,91); }
H1.HeaderClassName
{
color: #DB725B;
}
.AnyTagClassName
{
color: #DB725B;
}
</style>
background-color css
<style>
a { background-color: #DB725B; }
a { background-color: rgb(219,114,91); }
div.DivClassName
{
background-color: #DB725B;
}
.BgClassName
{
background-color: #DB725B;
}
</style>
border-color css
<style>
span { border-color: #DB725B; }
span { border-color: rgb(219,114,91); }
td.TdClassName
{
border-color: #DB725B;
}
.TagClassName
{
border-color: #DB725B;
}
</style>