Shades of Terra Cotta #DB6B5C
Tints of Terra Cotta #DB6B5C
RGB
CMYK
RGB Variations
Color information
#DB6B5C (or 0xDB6B5C) is known color: Terra Cotta. HEX triplet: DB, 6B and 5C. RGB value is (219,107,92). Sum of RGB (Red+Green+Blue) = 219+107+92=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B5C is #2494A3. Grayscale: #8A8A8A. Windows color (decimal): -2397348 or 6056923. OLE color: 6056923.
HSL color Cylindrical-coordinate representation of color #DB6B5C: hue angle of 7.09º 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 #DB6B5C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 107 | 92 | - |
CMYK | 0 | 0.51 | 0.58 | 0.14 |
HSL | 7.09º | 0.64% | 0.61% | - |
HSV(B) | 7.09º | 0.58% | 0.86% | - |
XYZ | 36.4 | 26.35 | 13.29 | - |
YUV | 138.78 | 101.61 | 185.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 107 | 92 | 0 | 0.51 | 0.58 | 0.14 | 7.09 | 0.64 | 0.61 |
Hex | DB | 6B | 5C | 0 | 33 | 3A | E | 7 | 40 | 3D |
Octal | 333 | 153 | 134 | 0 | 63 | 72 | 16 | 7 | 100 | 75 |
Binary | 11011011 | 1101011 | 1011100 | 0 | 110011 | 111010 | 1110 | 111 | 1000000 | 111101 |
Color Harmonies of #DB6B5C
Complementary color
Monochromatic Colors of #DB6B5C
Black with #DB6B5C
Text Example
Text Example
White with #DB6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B5C; }
p { color: rgb(219,107,92); }
H1.HeaderClassName
{
color: #DB6B5C;
}
.AnyTagClassName
{
color: #DB6B5C;
}
</style>
background-color css
<style>
a { background-color: #DB6B5C; }
a { background-color: rgb(219,107,92); }
div.DivClassName
{
background-color: #DB6B5C;
}
.BgClassName
{
background-color: #DB6B5C;
}
</style>
border-color css
<style>
span { border-color: #DB6B5C; }
span { border-color: rgb(219,107,92); }
td.TdClassName
{
border-color: #DB6B5C;
}
.TagClassName
{
border-color: #DB6B5C;
}
</style>