Shades of Tahiti Gold #DB761F
Tints of Tahiti Gold #DB761F
RGB
CMYK
RGB Variations
Color information
#DB761F (or 0xDB761F) is known color: Tahiti Gold. HEX triplet: DB, 76 and 1F. RGB value is (219,118,31). Sum of RGB (Red+Green+Blue) = 219+118+31=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB761F is #2489E0. Grayscale: #8A8A8A. Windows color (decimal): -2394593 or 2062043. OLE color: 2062043.
HSL color Cylindrical-coordinate representation of color #DB761F: hue angle of 27.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB761F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 27.77º | 0.75% | 0.49% | - |
| HSV(B) | 27.77º | 0.86% | 0.86% | - |
| XYZ | 35.94 | 28.12 | 4.83 | - |
| YUV | 138.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 31 | 0 | 0.46 | 0.86 | 0.14 | 27.77 | 0.75 | 0.49 |
| Hex | DB | 76 | 1F | 0 | 2E | 56 | E | 1C | 4B | 31 |
| Octal | 333 | 166 | 37 | 0 | 56 | 126 | 16 | 34 | 113 | 61 |
| Binary | 11011011 | 1110110 | 11111 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001011 | 110001 |
Color Harmonies of #DB761F
Complementary color
Monochromatic Colors of #DB761F
Black with #DB761F
Text Example
Text Example
White with #DB761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB761F; }
p { color: rgb(219,118,31); }
H1.HeaderClassName
{
color: #DB761F;
}
.AnyTagClassName
{
color: #DB761F;
}
</style>
background-color css
<style>
a { background-color: #DB761F; }
a { background-color: rgb(219,118,31); }
div.DivClassName
{
background-color: #DB761F;
}
.BgClassName
{
background-color: #DB761F;
}
</style>
border-color css
<style>
span { border-color: #DB761F; }
span { border-color: rgb(219,118,31); }
td.TdClassName
{
border-color: #DB761F;
}
.TagClassName
{
border-color: #DB761F;
}
</style>