Shades of Tahiti Gold #DB782F
Tints of Tahiti Gold #DB782F
RGB
CMYK
RGB Variations
Color information
#DB782F (or 0xDB782F) is known color: Tahiti Gold. HEX triplet: DB, 78 and 2F. RGB value is (219,120,47). Sum of RGB (Red+Green+Blue) = 219+120+47=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB782F is #2487D0. Grayscale: #8D8D8D. Windows color (decimal): -2394065 or 3111131. OLE color: 3111131.
HSL color Cylindrical-coordinate representation of color #DB782F: hue angle of 25.47º degrees, saturation: 0.7, 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 #DB782F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 47 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.14 |
| HSL | 25.47º | 0.7% | 0.52% | - |
| HSV(B) | 25.47º | 0.79% | 0.86% | - |
| XYZ | 36.44 | 28.7 | 6.31 | - |
| YUV | 141.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 47 | 0 | 0.45 | 0.79 | 0.14 | 25.47 | 0.7 | 0.52 |
| Hex | DB | 78 | 2F | 0 | 2D | 4F | E | 19 | 46 | 34 |
| Octal | 333 | 170 | 57 | 0 | 55 | 117 | 16 | 31 | 106 | 64 |
| Binary | 11011011 | 1111000 | 101111 | 0 | 101101 | 1001111 | 1110 | 11001 | 1000110 | 110100 |
Color Harmonies of #DB782F
Complementary color
Monochromatic Colors of #DB782F
Black with #DB782F
Text Example
Text Example
White with #DB782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB782F; }
p { color: rgb(219,120,47); }
H1.HeaderClassName
{
color: #DB782F;
}
.AnyTagClassName
{
color: #DB782F;
}
</style>
background-color css
<style>
a { background-color: #DB782F; }
a { background-color: rgb(219,120,47); }
div.DivClassName
{
background-color: #DB782F;
}
.BgClassName
{
background-color: #DB782F;
}
</style>
border-color css
<style>
span { border-color: #DB782F; }
span { border-color: rgb(219,120,47); }
td.TdClassName
{
border-color: #DB782F;
}
.TagClassName
{
border-color: #DB782F;
}
</style>