Shades of Terra Cotta #DB6C5E
Tints of Terra Cotta #DB6C5E
RGB
CMYK
RGB Variations
Color information
#DB6C5E (or 0xDB6C5E) is known color: Terra Cotta. HEX triplet: DB, 6C and 5E. RGB value is (219,108,94). Sum of RGB (Red+Green+Blue) = 219+108+94=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C5E is #2493A1. Grayscale: #8B8B8B. Windows color (decimal): -2397090 or 6188251. OLE color: 6188251.
HSL color Cylindrical-coordinate representation of color #DB6C5E: hue angle of 6.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6C5E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 108 | 94 | - |
CMYK | 0 | 0.51 | 0.57 | 0.14 |
HSL | 6.72º | 0.63% | 0.61% | - |
HSV(B) | 6.72º | 0.57% | 0.86% | - |
XYZ | 36.6 | 26.59 | 13.79 | - |
YUV | 139.59 | 102.27 | 184.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 108 | 94 | 0 | 0.51 | 0.57 | 0.14 | 6.72 | 0.63 | 0.61 |
Hex | DB | 6C | 5E | 0 | 33 | 39 | E | 7 | 3F | 3D |
Octal | 333 | 154 | 136 | 0 | 63 | 71 | 16 | 7 | 77 | 75 |
Binary | 11011011 | 1101100 | 1011110 | 0 | 110011 | 111001 | 1110 | 111 | 111111 | 111101 |
Color Harmonies of #DB6C5E
Complementary color
Monochromatic Colors of #DB6C5E
Black with #DB6C5E
Text Example
Text Example
White with #DB6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C5E; }
p { color: rgb(219,108,94); }
H1.HeaderClassName
{
color: #DB6C5E;
}
.AnyTagClassName
{
color: #DB6C5E;
}
</style>
background-color css
<style>
a { background-color: #DB6C5E; }
a { background-color: rgb(219,108,94); }
div.DivClassName
{
background-color: #DB6C5E;
}
.BgClassName
{
background-color: #DB6C5E;
}
</style>
border-color css
<style>
span { border-color: #DB6C5E; }
span { border-color: rgb(219,108,94); }
td.TdClassName
{
border-color: #DB6C5E;
}
.TagClassName
{
border-color: #DB6C5E;
}
</style>