Shades of Terra Cotta #DB715C
Tints of Terra Cotta #DB715C
RGB
CMYK
RGB Variations
Color information
#DB715C (or 0xDB715C) is known color: Terra Cotta. HEX triplet: DB, 71 and 5C. RGB value is (219,113,92). Sum of RGB (Red+Green+Blue) = 219+113+92=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB715C is #248EA3. Grayscale: #8E8E8E. Windows color (decimal): -2395812 or 6058459. OLE color: 6058459.
HSL color Cylindrical-coordinate representation of color #DB715C: hue angle of 9.92º 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 #DB715C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 92 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.14 |
| HSL | 9.92º | 0.64% | 0.61% | - |
| HSV(B) | 9.92º | 0.58% | 0.86% | - |
| XYZ | 37.05 | 27.64 | 13.51 | - |
| YUV | 142.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 92 | 0 | 0.48 | 0.58 | 0.14 | 9.92 | 0.64 | 0.61 |
| Hex | DB | 71 | 5C | 0 | 30 | 3A | E | A | 40 | 3D |
| Octal | 333 | 161 | 134 | 0 | 60 | 72 | 16 | 12 | 100 | 75 |
| Binary | 11011011 | 1110001 | 1011100 | 0 | 110000 | 111010 | 1110 | 1010 | 1000000 | 111101 |
Color Harmonies of #DB715C
Complementary color
Monochromatic Colors of #DB715C
Black with #DB715C
Text Example
Text Example
White with #DB715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB715C; }
p { color: rgb(219,113,92); }
H1.HeaderClassName
{
color: #DB715C;
}
.AnyTagClassName
{
color: #DB715C;
}
</style>
background-color css
<style>
a { background-color: #DB715C; }
a { background-color: rgb(219,113,92); }
div.DivClassName
{
background-color: #DB715C;
}
.BgClassName
{
background-color: #DB715C;
}
</style>
border-color css
<style>
span { border-color: #DB715C; }
span { border-color: rgb(219,113,92); }
td.TdClassName
{
border-color: #DB715C;
}
.TagClassName
{
border-color: #DB715C;
}
</style>