Shades of Tahiti Gold #DB7A1F
Tints of Tahiti Gold #DB7A1F
RGB
CMYK
RGB Variations
Color information
#DB7A1F (or 0xDB7A1F) is known color: Tahiti Gold. HEX triplet: DB, 7A and 1F. RGB value is (219,122,31). Sum of RGB (Red+Green+Blue) = 219+122+31=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A1F is #2485E0. Grayscale: #8D8D8D. Windows color (decimal): -2393569 or 2063067. OLE color: 2063067.
HSL color Cylindrical-coordinate representation of color #DB7A1F: hue angle of 29.04º 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 #DB7A1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.14 |
| HSL | 29.04º | 0.75% | 0.49% | - |
| HSV(B) | 29.04º | 0.86% | 0.86% | - |
| XYZ | 36.42 | 29.08 | 4.99 | - |
| YUV | 140.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 31 | 0 | 0.44 | 0.86 | 0.14 | 29.04 | 0.75 | 0.49 |
| Hex | DB | 7A | 1F | 0 | 2C | 56 | E | 1D | 4B | 31 |
| Octal | 333 | 172 | 37 | 0 | 54 | 126 | 16 | 35 | 113 | 61 |
| Binary | 11011011 | 1111010 | 11111 | 0 | 101100 | 1010110 | 1110 | 11101 | 1001011 | 110001 |
Color Harmonies of #DB7A1F
Complementary color
Monochromatic Colors of #DB7A1F
Black with #DB7A1F
Text Example
Text Example
White with #DB7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A1F; }
p { color: rgb(219,122,31); }
H1.HeaderClassName
{
color: #DB7A1F;
}
.AnyTagClassName
{
color: #DB7A1F;
}
</style>
background-color css
<style>
a { background-color: #DB7A1F; }
a { background-color: rgb(219,122,31); }
div.DivClassName
{
background-color: #DB7A1F;
}
.BgClassName
{
background-color: #DB7A1F;
}
</style>
border-color css
<style>
span { border-color: #DB7A1F; }
span { border-color: rgb(219,122,31); }
td.TdClassName
{
border-color: #DB7A1F;
}
.TagClassName
{
border-color: #DB7A1F;
}
</style>