Shades of Tahiti Gold #DB6926
Tints of Tahiti Gold #DB6926
RGB
CMYK
RGB Variations
Color information
#DB6926 (or 0xDB6926) is known color: Tahiti Gold. HEX triplet: DB, 69 and 26. RGB value is (219,105,38). Sum of RGB (Red+Green+Blue) = 219+105+38=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6926 is #2496D9. Grayscale: #838383. Windows color (decimal): -2397914 or 2517467. OLE color: 2517467.
HSL color Cylindrical-coordinate representation of color #DB6926: hue angle of 22.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB6926 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 38 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.14 |
| HSL | 22.21º | 0.72% | 0.5% | - |
| HSV(B) | 22.21º | 0.83% | 0.86% | - |
| XYZ | 34.61 | 25.3 | 4.89 | - |
| YUV | 131.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 38 | 0 | 0.52 | 0.83 | 0.14 | 22.21 | 0.72 | 0.5 |
| Hex | DB | 69 | 26 | 0 | 34 | 53 | E | 16 | 48 | 32 |
| Octal | 333 | 151 | 46 | 0 | 64 | 123 | 16 | 26 | 110 | 62 |
| Binary | 11011011 | 1101001 | 100110 | 0 | 110100 | 1010011 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DB6926
Complementary color
Monochromatic Colors of #DB6926
Black with #DB6926
Text Example
Text Example
White with #DB6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6926; }
p { color: rgb(219,105,38); }
H1.HeaderClassName
{
color: #DB6926;
}
.AnyTagClassName
{
color: #DB6926;
}
</style>
background-color css
<style>
a { background-color: #DB6926; }
a { background-color: rgb(219,105,38); }
div.DivClassName
{
background-color: #DB6926;
}
.BgClassName
{
background-color: #DB6926;
}
</style>
border-color css
<style>
span { border-color: #DB6926; }
span { border-color: rgb(219,105,38); }
td.TdClassName
{
border-color: #DB6926;
}
.TagClassName
{
border-color: #DB6926;
}
</style>