Shades of Tahiti Gold #DB6E2E
Tints of Tahiti Gold #DB6E2E
RGB
CMYK
RGB Variations
Color information
#DB6E2E (or 0xDB6E2E) is known color: Tahiti Gold. HEX triplet: DB, 6E and 2E. RGB value is (219,110,46). Sum of RGB (Red+Green+Blue) = 219+110+46=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E2E is #2491D1. Grayscale: #878787. Windows color (decimal): -2396626 or 3043035. OLE color: 3043035.
HSL color Cylindrical-coordinate representation of color #DB6E2E: hue angle of 22.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB6E2E is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 46 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.14 |
| HSL | 22.2º | 0.71% | 0.52% | - |
| HSV(B) | 22.2º | 0.79% | 0.86% | - |
| XYZ | 35.28 | 26.41 | 5.82 | - |
| YUV | 135.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 46 | 0 | 0.50 | 0.79 | 0.14 | 22.2 | 0.71 | 0.52 |
| Hex | DB | 6E | 2E | 0 | 32 | 4F | E | 16 | 47 | 34 |
| Octal | 333 | 156 | 56 | 0 | 62 | 117 | 16 | 26 | 107 | 64 |
| Binary | 11011011 | 1101110 | 101110 | 0 | 110010 | 1001111 | 1110 | 10110 | 1000111 | 110100 |
Color Harmonies of #DB6E2E
Complementary color
Monochromatic Colors of #DB6E2E
Black with #DB6E2E
Text Example
Text Example
White with #DB6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E2E; }
p { color: rgb(219,110,46); }
H1.HeaderClassName
{
color: #DB6E2E;
}
.AnyTagClassName
{
color: #DB6E2E;
}
</style>
background-color css
<style>
a { background-color: #DB6E2E; }
a { background-color: rgb(219,110,46); }
div.DivClassName
{
background-color: #DB6E2E;
}
.BgClassName
{
background-color: #DB6E2E;
}
</style>
border-color css
<style>
span { border-color: #DB6E2E; }
span { border-color: rgb(219,110,46); }
td.TdClassName
{
border-color: #DB6E2E;
}
.TagClassName
{
border-color: #DB6E2E;
}
</style>