Shades of Tahiti Gold #DB7A33
Tints of Tahiti Gold #DB7A33
RGB
CMYK
RGB Variations
Color information
#DB7A33 (or 0xDB7A33) is known color: Tahiti Gold. HEX triplet: DB, 7A and 33. RGB value is (219,122,51). Sum of RGB (Red+Green+Blue) = 219+122+51=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A33 is #2485CC. Grayscale: #8F8F8F. Windows color (decimal): -2393549 or 3373787. OLE color: 3373787.
HSL color Cylindrical-coordinate representation of color #DB7A33: hue angle of 25.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7A33 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 51 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.14 |
| HSL | 25.36º | 0.7% | 0.53% | - |
| HSV(B) | 25.36º | 0.77% | 0.86% | - |
| XYZ | 36.77 | 29.22 | 6.83 | - |
| YUV | 142.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 51 | 0 | 0.44 | 0.77 | 0.14 | 25.36 | 0.7 | 0.53 |
| Hex | DB | 7A | 33 | 0 | 2C | 4D | E | 19 | 46 | 35 |
| Octal | 333 | 172 | 63 | 0 | 54 | 115 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111010 | 110011 | 0 | 101100 | 1001101 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7A33
Complementary color
Monochromatic Colors of #DB7A33
Black with #DB7A33
Text Example
Text Example
White with #DB7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A33; }
p { color: rgb(219,122,51); }
H1.HeaderClassName
{
color: #DB7A33;
}
.AnyTagClassName
{
color: #DB7A33;
}
</style>
background-color css
<style>
a { background-color: #DB7A33; }
a { background-color: rgb(219,122,51); }
div.DivClassName
{
background-color: #DB7A33;
}
.BgClassName
{
background-color: #DB7A33;
}
</style>
border-color css
<style>
span { border-color: #DB7A33; }
span { border-color: rgb(219,122,51); }
td.TdClassName
{
border-color: #DB7A33;
}
.TagClassName
{
border-color: #DB7A33;
}
</style>