Shades of Tahiti Gold #DB6726
Tints of Tahiti Gold #DB6726
RGB
CMYK
RGB Variations
Color information
#DB6726 (or 0xDB6726) is known color: Tahiti Gold. HEX triplet: DB, 67 and 26. RGB value is (219,103,38). Sum of RGB (Red+Green+Blue) = 219+103+38=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6726 is #2498D9. Grayscale: #828282. Windows color (decimal): -2398426 or 2516955. OLE color: 2516955.
HSL color Cylindrical-coordinate representation of color #DB6726: hue angle of 21.55º 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 #DB6726 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 38 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.14 |
| HSL | 21.55º | 0.72% | 0.5% | - |
| HSV(B) | 21.55º | 0.83% | 0.86% | - |
| XYZ | 34.41 | 24.9 | 4.83 | - |
| YUV | 130.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 38 | 0 | 0.53 | 0.83 | 0.14 | 21.55 | 0.72 | 0.5 |
| Hex | DB | 67 | 26 | 0 | 35 | 53 | E | 16 | 48 | 32 |
| Octal | 333 | 147 | 46 | 0 | 65 | 123 | 16 | 26 | 110 | 62 |
| Binary | 11011011 | 1100111 | 100110 | 0 | 110101 | 1010011 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DB6726
Complementary color
Monochromatic Colors of #DB6726
Black with #DB6726
Text Example
Text Example
White with #DB6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6726; }
p { color: rgb(219,103,38); }
H1.HeaderClassName
{
color: #DB6726;
}
.AnyTagClassName
{
color: #DB6726;
}
</style>
background-color css
<style>
a { background-color: #DB6726; }
a { background-color: rgb(219,103,38); }
div.DivClassName
{
background-color: #DB6726;
}
.BgClassName
{
background-color: #DB6726;
}
</style>
border-color css
<style>
span { border-color: #DB6726; }
span { border-color: rgb(219,103,38); }
td.TdClassName
{
border-color: #DB6726;
}
.TagClassName
{
border-color: #DB6726;
}
</style>