Shades of Tahiti Gold #DB7420
Tints of Tahiti Gold #DB7420
RGB
CMYK
RGB Variations
Color information
#DB7420 (or 0xDB7420) is known color: Tahiti Gold. HEX triplet: DB, 74 and 20. RGB value is (219,116,32). Sum of RGB (Red+Green+Blue) = 219+116+32=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7420 is #248BDF. Grayscale: #898989. Windows color (decimal): -2395104 or 2127067. OLE color: 2127067.
HSL color Cylindrical-coordinate representation of color #DB7420: hue angle of 26.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB7420 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 32 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.14 |
| HSL | 26.95º | 0.75% | 0.49% | - |
| HSV(B) | 26.95º | 0.85% | 0.86% | - |
| XYZ | 35.72 | 27.66 | 4.82 | - |
| YUV | 137.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 32 | 0 | 0.47 | 0.85 | 0.14 | 26.95 | 0.75 | 0.49 |
| Hex | DB | 74 | 20 | 0 | 2F | 55 | E | 1B | 4B | 31 |
| Octal | 333 | 164 | 40 | 0 | 57 | 125 | 16 | 33 | 113 | 61 |
| Binary | 11011011 | 1110100 | 100000 | 0 | 101111 | 1010101 | 1110 | 11011 | 1001011 | 110001 |
Color Harmonies of #DB7420
Complementary color
Monochromatic Colors of #DB7420
Black with #DB7420
Text Example
Text Example
White with #DB7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7420; }
p { color: rgb(219,116,32); }
H1.HeaderClassName
{
color: #DB7420;
}
.AnyTagClassName
{
color: #DB7420;
}
</style>
background-color css
<style>
a { background-color: #DB7420; }
a { background-color: rgb(219,116,32); }
div.DivClassName
{
background-color: #DB7420;
}
.BgClassName
{
background-color: #DB7420;
}
</style>
border-color css
<style>
span { border-color: #DB7420; }
span { border-color: rgb(219,116,32); }
td.TdClassName
{
border-color: #DB7420;
}
.TagClassName
{
border-color: #DB7420;
}
</style>