Shades of Terra Cotta #DB765A
Tints of Terra Cotta #DB765A
RGB
CMYK
RGB Variations
Color information
#DB765A (or 0xDB765A) is known color: Terra Cotta. HEX triplet: DB, 76 and 5A. RGB value is (219,118,90). Sum of RGB (Red+Green+Blue) = 219+118+90=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB765A is #2489A5. Grayscale: #919191. Windows color (decimal): -2394534 or 5928667. OLE color: 5928667.
HSL color Cylindrical-coordinate representation of color #DB765A: hue angle of 13.02º 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 #DB765A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 90 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.14 |
| HSL | 13.02º | 0.64% | 0.61% | - |
| HSV(B) | 13.02º | 0.59% | 0.86% | - |
| XYZ | 37.54 | 28.76 | 13.24 | - |
| YUV | 145.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 90 | 0 | 0.46 | 0.59 | 0.14 | 13.02 | 0.64 | 0.61 |
| Hex | DB | 76 | 5A | 0 | 2E | 3B | E | D | 40 | 3D |
| Octal | 333 | 166 | 132 | 0 | 56 | 73 | 16 | 15 | 100 | 75 |
| Binary | 11011011 | 1110110 | 1011010 | 0 | 101110 | 111011 | 1110 | 1101 | 1000000 | 111101 |
Color Harmonies of #DB765A
Complementary color
Monochromatic Colors of #DB765A
Black with #DB765A
Text Example
Text Example
White with #DB765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB765A; }
p { color: rgb(219,118,90); }
H1.HeaderClassName
{
color: #DB765A;
}
.AnyTagClassName
{
color: #DB765A;
}
</style>
background-color css
<style>
a { background-color: #DB765A; }
a { background-color: rgb(219,118,90); }
div.DivClassName
{
background-color: #DB765A;
}
.BgClassName
{
background-color: #DB765A;
}
</style>
border-color css
<style>
span { border-color: #DB765A; }
span { border-color: rgb(219,118,90); }
td.TdClassName
{
border-color: #DB765A;
}
.TagClassName
{
border-color: #DB765A;
}
</style>