Shades of Terra Cotta #DB755C
Tints of Terra Cotta #DB755C
RGB
CMYK
RGB Variations
Color information
#DB755C (or 0xDB755C) is known color: Terra Cotta. HEX triplet: DB, 75 and 5C. RGB value is (219,117,92). Sum of RGB (Red+Green+Blue) = 219+117+92=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB755C is #248AA3. Grayscale: #909090. Windows color (decimal): -2394788 or 6059483. OLE color: 6059483.
HSL color Cylindrical-coordinate representation of color #DB755C: hue angle of 11.81º 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 #DB755C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.14 |
| HSL | 11.81º | 0.64% | 0.61% | - |
| HSV(B) | 11.81º | 0.58% | 0.86% | - |
| XYZ | 37.51 | 28.56 | 13.66 | - |
| YUV | 144.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 92 | 0 | 0.47 | 0.58 | 0.14 | 11.81 | 0.64 | 0.61 |
| Hex | DB | 75 | 5C | 0 | 2F | 3A | E | C | 40 | 3D |
| Octal | 333 | 165 | 134 | 0 | 57 | 72 | 16 | 14 | 100 | 75 |
| Binary | 11011011 | 1110101 | 1011100 | 0 | 101111 | 111010 | 1110 | 1100 | 1000000 | 111101 |
Color Harmonies of #DB755C
Complementary color
Monochromatic Colors of #DB755C
Black with #DB755C
Text Example
Text Example
White with #DB755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB755C; }
p { color: rgb(219,117,92); }
H1.HeaderClassName
{
color: #DB755C;
}
.AnyTagClassName
{
color: #DB755C;
}
</style>
background-color css
<style>
a { background-color: #DB755C; }
a { background-color: rgb(219,117,92); }
div.DivClassName
{
background-color: #DB755C;
}
.BgClassName
{
background-color: #DB755C;
}
</style>
border-color css
<style>
span { border-color: #DB755C; }
span { border-color: rgb(219,117,92); }
td.TdClassName
{
border-color: #DB755C;
}
.TagClassName
{
border-color: #DB755C;
}
</style>