Shades of Tahiti Gold #DB771E
Tints of Tahiti Gold #DB771E
RGB
CMYK
RGB Variations
Color information
#DB771E (or 0xDB771E) is known color: Tahiti Gold. HEX triplet: DB, 77 and 1E. RGB value is (219,119,30). Sum of RGB (Red+Green+Blue) = 219+119+30=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB771E is #2488E1. Grayscale: #8B8B8B. Windows color (decimal): -2394338 or 1996763. OLE color: 1996763.
HSL color Cylindrical-coordinate representation of color #DB771E: hue angle of 28.25º degrees, saturation: 0.76, 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 #DB771E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 28.25º | 0.76% | 0.49% | - |
| HSV(B) | 28.25º | 0.86% | 0.86% | - |
| XYZ | 36.04 | 28.35 | 4.8 | - |
| YUV | 138.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 30 | 0 | 0.46 | 0.86 | 0.14 | 28.25 | 0.76 | 0.49 |
| Hex | DB | 77 | 1E | 0 | 2E | 56 | E | 1C | 4C | 31 |
| Octal | 333 | 167 | 36 | 0 | 56 | 126 | 16 | 34 | 114 | 61 |
| Binary | 11011011 | 1110111 | 11110 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001100 | 110001 |
Color Harmonies of #DB771E
Complementary color
Monochromatic Colors of #DB771E
Black with #DB771E
Text Example
Text Example
White with #DB771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB771E; }
p { color: rgb(219,119,30); }
H1.HeaderClassName
{
color: #DB771E;
}
.AnyTagClassName
{
color: #DB771E;
}
</style>
background-color css
<style>
a { background-color: #DB771E; }
a { background-color: rgb(219,119,30); }
div.DivClassName
{
background-color: #DB771E;
}
.BgClassName
{
background-color: #DB771E;
}
</style>
border-color css
<style>
span { border-color: #DB771E; }
span { border-color: rgb(219,119,30); }
td.TdClassName
{
border-color: #DB771E;
}
.TagClassName
{
border-color: #DB771E;
}
</style>