Shades of Tahiti Gold #DB6827
Tints of Tahiti Gold #DB6827
RGB
CMYK
RGB Variations
Color information
#DB6827 (or 0xDB6827) is known color: Tahiti Gold. HEX triplet: DB, 68 and 27. RGB value is (219,104,39). Sum of RGB (Red+Green+Blue) = 219+104+39=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6827 is #2497D8. Grayscale: #838383. Windows color (decimal): -2398169 or 2582747. OLE color: 2582747.
HSL color Cylindrical-coordinate representation of color #DB6827: hue angle of 21.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB6827 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.14 |
| HSL | 21.67º | 0.71% | 0.51% | - |
| HSV(B) | 21.67º | 0.82% | 0.86% | - |
| XYZ | 34.53 | 25.11 | 4.95 | - |
| YUV | 130.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 39 | 0 | 0.53 | 0.82 | 0.14 | 21.67 | 0.71 | 0.51 |
| Hex | DB | 68 | 27 | 0 | 35 | 52 | E | 16 | 47 | 33 |
| Octal | 333 | 150 | 47 | 0 | 65 | 122 | 16 | 26 | 107 | 63 |
| Binary | 11011011 | 1101000 | 100111 | 0 | 110101 | 1010010 | 1110 | 10110 | 1000111 | 110011 |
Color Harmonies of #DB6827
Complementary color
Monochromatic Colors of #DB6827
Black with #DB6827
Text Example
Text Example
White with #DB6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6827; }
p { color: rgb(219,104,39); }
H1.HeaderClassName
{
color: #DB6827;
}
.AnyTagClassName
{
color: #DB6827;
}
</style>
background-color css
<style>
a { background-color: #DB6827; }
a { background-color: rgb(219,104,39); }
div.DivClassName
{
background-color: #DB6827;
}
.BgClassName
{
background-color: #DB6827;
}
</style>
border-color css
<style>
span { border-color: #DB6827; }
span { border-color: rgb(219,104,39); }
td.TdClassName
{
border-color: #DB6827;
}
.TagClassName
{
border-color: #DB6827;
}
</style>