Shades of Terra Cotta #DB775C
Tints of Terra Cotta #DB775C
RGB
CMYK
RGB Variations
Color information
#DB775C (or 0xDB775C) is known color: Terra Cotta. HEX triplet: DB, 77 and 5C. RGB value is (219,119,92). Sum of RGB (Red+Green+Blue) = 219+119+92=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB775C is #2488A3. Grayscale: #929292. Windows color (decimal): -2394276 or 6059995. OLE color: 6059995.
HSL color Cylindrical-coordinate representation of color #DB775C: hue angle of 12.76º 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 #DB775C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.14 |
| HSL | 12.76º | 0.64% | 0.61% | - |
| HSV(B) | 12.76º | 0.58% | 0.86% | - |
| XYZ | 37.74 | 29.03 | 13.74 | - |
| YUV | 145.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 92 | 0 | 0.46 | 0.58 | 0.14 | 12.76 | 0.64 | 0.61 |
| Hex | DB | 77 | 5C | 0 | 2E | 3A | E | D | 40 | 3D |
| Octal | 333 | 167 | 134 | 0 | 56 | 72 | 16 | 15 | 100 | 75 |
| Binary | 11011011 | 1110111 | 1011100 | 0 | 101110 | 111010 | 1110 | 1101 | 1000000 | 111101 |
Color Harmonies of #DB775C
Complementary color
Monochromatic Colors of #DB775C
Black with #DB775C
Text Example
Text Example
White with #DB775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB775C; }
p { color: rgb(219,119,92); }
H1.HeaderClassName
{
color: #DB775C;
}
.AnyTagClassName
{
color: #DB775C;
}
</style>
background-color css
<style>
a { background-color: #DB775C; }
a { background-color: rgb(219,119,92); }
div.DivClassName
{
background-color: #DB775C;
}
.BgClassName
{
background-color: #DB775C;
}
</style>
border-color css
<style>
span { border-color: #DB775C; }
span { border-color: rgb(219,119,92); }
td.TdClassName
{
border-color: #DB775C;
}
.TagClassName
{
border-color: #DB775C;
}
</style>