Shades of Tahiti Gold #DB6C2C
Tints of Tahiti Gold #DB6C2C
RGB
CMYK
RGB Variations
Color information
#DB6C2C (or 0xDB6C2C) is known color: Tahiti Gold. HEX triplet: DB, 6C and 2C. RGB value is (219,108,44). Sum of RGB (Red+Green+Blue) = 219+108+44=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C2C is #2493D3. Grayscale: #868686. Windows color (decimal): -2397140 or 2911451. OLE color: 2911451.
HSL color Cylindrical-coordinate representation of color #DB6C2C: hue angle of 21.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB6C2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.14 |
| HSL | 21.94º | 0.71% | 0.52% | - |
| HSV(B) | 21.94º | 0.8% | 0.86% | - |
| XYZ | 35.03 | 25.97 | 5.55 | - |
| YUV | 133.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 44 | 0 | 0.51 | 0.80 | 0.14 | 21.94 | 0.71 | 0.52 |
| Hex | DB | 6C | 2C | 0 | 33 | 50 | E | 16 | 47 | 34 |
| Octal | 333 | 154 | 54 | 0 | 63 | 120 | 16 | 26 | 107 | 64 |
| Binary | 11011011 | 1101100 | 101100 | 0 | 110011 | 1010000 | 1110 | 10110 | 1000111 | 110100 |
Color Harmonies of #DB6C2C
Complementary color
Monochromatic Colors of #DB6C2C
Black with #DB6C2C
Text Example
Text Example
White with #DB6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C2C; }
p { color: rgb(219,108,44); }
H1.HeaderClassName
{
color: #DB6C2C;
}
.AnyTagClassName
{
color: #DB6C2C;
}
</style>
background-color css
<style>
a { background-color: #DB6C2C; }
a { background-color: rgb(219,108,44); }
div.DivClassName
{
background-color: #DB6C2C;
}
.BgClassName
{
background-color: #DB6C2C;
}
</style>
border-color css
<style>
span { border-color: #DB6C2C; }
span { border-color: rgb(219,108,44); }
td.TdClassName
{
border-color: #DB6C2C;
}
.TagClassName
{
border-color: #DB6C2C;
}
</style>