Shades of Terra Cotta #DB705A
Tints of Terra Cotta #DB705A
RGB
CMYK
RGB Variations
Color information
#DB705A (or 0xDB705A) is known color: Terra Cotta. HEX triplet: DB, 70 and 5A. RGB value is (219,112,90). Sum of RGB (Red+Green+Blue) = 219+112+90=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB705A is #248FA5. Grayscale: #8D8D8D. Windows color (decimal): -2396070 or 5927131. OLE color: 5927131.
HSL color Cylindrical-coordinate representation of color #DB705A: hue angle of 10.23º 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 #DB705A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 90 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.14 |
| HSL | 10.23º | 0.64% | 0.61% | - |
| HSV(B) | 10.23º | 0.59% | 0.86% | - |
| XYZ | 36.85 | 27.39 | 13.02 | - |
| YUV | 141.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 90 | 0 | 0.49 | 0.59 | 0.14 | 10.23 | 0.64 | 0.61 |
| Hex | DB | 70 | 5A | 0 | 31 | 3B | E | A | 40 | 3D |
| Octal | 333 | 160 | 132 | 0 | 61 | 73 | 16 | 12 | 100 | 75 |
| Binary | 11011011 | 1110000 | 1011010 | 0 | 110001 | 111011 | 1110 | 1010 | 1000000 | 111101 |
Color Harmonies of #DB705A
Complementary color
Monochromatic Colors of #DB705A
Black with #DB705A
Text Example
Text Example
White with #DB705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB705A; }
p { color: rgb(219,112,90); }
H1.HeaderClassName
{
color: #DB705A;
}
.AnyTagClassName
{
color: #DB705A;
}
</style>
background-color css
<style>
a { background-color: #DB705A; }
a { background-color: rgb(219,112,90); }
div.DivClassName
{
background-color: #DB705A;
}
.BgClassName
{
background-color: #DB705A;
}
</style>
border-color css
<style>
span { border-color: #DB705A; }
span { border-color: rgb(219,112,90); }
td.TdClassName
{
border-color: #DB705A;
}
.TagClassName
{
border-color: #DB705A;
}
</style>