Shades of Terra Cotta #DB725A
Tints of Terra Cotta #DB725A
RGB
CMYK
RGB Variations
Color information
#DB725A (or 0xDB725A) is known color: Terra Cotta. HEX triplet: DB, 72 and 5A. RGB value is (219,114,90). Sum of RGB (Red+Green+Blue) = 219+114+90=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB725A is #248DA5. Grayscale: #8E8E8E. Windows color (decimal): -2395558 or 5927643. OLE color: 5927643.
HSL color Cylindrical-coordinate representation of color #DB725A: hue angle of 11.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB725A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 90 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.14 |
| HSL | 11.16º | 0.64% | 0.61% | - |
| HSV(B) | 11.16º | 0.59% | 0.86% | - |
| XYZ | 37.08 | 27.83 | 13.09 | - |
| YUV | 142.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 90 | 0 | 0.48 | 0.59 | 0.14 | 11.16 | 0.64 | 0.61 |
| Hex | DB | 72 | 5A | 0 | 30 | 3B | E | B | 40 | 3D |
| Octal | 333 | 162 | 132 | 0 | 60 | 73 | 16 | 13 | 100 | 75 |
| Binary | 11011011 | 1110010 | 1011010 | 0 | 110000 | 111011 | 1110 | 1011 | 1000000 | 111101 |
Color Harmonies of #DB725A
Complementary color
Monochromatic Colors of #DB725A
Black with #DB725A
Text Example
Text Example
White with #DB725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB725A; }
p { color: rgb(219,114,90); }
H1.HeaderClassName
{
color: #DB725A;
}
.AnyTagClassName
{
color: #DB725A;
}
</style>
background-color css
<style>
a { background-color: #DB725A; }
a { background-color: rgb(219,114,90); }
div.DivClassName
{
background-color: #DB725A;
}
.BgClassName
{
background-color: #DB725A;
}
</style>
border-color css
<style>
span { border-color: #DB725A; }
span { border-color: rgb(219,114,90); }
td.TdClassName
{
border-color: #DB725A;
}
.TagClassName
{
border-color: #DB725A;
}
</style>