Shades of Terra Cotta #DB755E
Tints of Terra Cotta #DB755E
RGB
CMYK
RGB Variations
Color information
#DB755E (or 0xDB755E) is known color: Terra Cotta. HEX triplet: DB, 75 and 5E. RGB value is (219,117,94). Sum of RGB (Red+Green+Blue) = 219+117+94=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB755E is #248AA1. Grayscale: #919191. Windows color (decimal): -2394786 or 6190555. OLE color: 6190555.
HSL color Cylindrical-coordinate representation of color #DB755E: hue angle of 11.04º 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 #DB755E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 94 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.14 |
| HSL | 11.04º | 0.63% | 0.61% | - |
| HSV(B) | 11.04º | 0.57% | 0.86% | - |
| XYZ | 37.6 | 28.59 | 14.13 | - |
| YUV | 144.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 94 | 0 | 0.47 | 0.57 | 0.14 | 11.04 | 0.63 | 0.61 |
| Hex | DB | 75 | 5E | 0 | 2F | 39 | E | B | 3F | 3D |
| Octal | 333 | 165 | 136 | 0 | 57 | 71 | 16 | 13 | 77 | 75 |
| Binary | 11011011 | 1110101 | 1011110 | 0 | 101111 | 111001 | 1110 | 1011 | 111111 | 111101 |
Color Harmonies of #DB755E
Complementary color
Monochromatic Colors of #DB755E
Black with #DB755E
Text Example
Text Example
White with #DB755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB755E; }
p { color: rgb(219,117,94); }
H1.HeaderClassName
{
color: #DB755E;
}
.AnyTagClassName
{
color: #DB755E;
}
</style>
background-color css
<style>
a { background-color: #DB755E; }
a { background-color: rgb(219,117,94); }
div.DivClassName
{
background-color: #DB755E;
}
.BgClassName
{
background-color: #DB755E;
}
</style>
border-color css
<style>
span { border-color: #DB755E; }
span { border-color: rgb(219,117,94); }
td.TdClassName
{
border-color: #DB755E;
}
.TagClassName
{
border-color: #DB755E;
}
</style>