Shades of Tahiti Gold #DB731E
Tints of Tahiti Gold #DB731E
RGB
CMYK
RGB Variations
Color information
#DB731E (or 0xDB731E) is known color: Tahiti Gold. HEX triplet: DB, 73 and 1E. RGB value is (219,115,30). Sum of RGB (Red+Green+Blue) = 219+115+30=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB731E is #248CE1. Grayscale: #888888. Windows color (decimal): -2395362 or 1995739. OLE color: 1995739.
HSL color Cylindrical-coordinate representation of color #DB731E: hue angle of 26.98º 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 #DB731E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 30 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.14 |
| HSL | 26.98º | 0.76% | 0.49% | - |
| HSV(B) | 26.98º | 0.86% | 0.86% | - |
| XYZ | 35.58 | 27.42 | 4.64 | - |
| YUV | 136.41 | 67.96 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 30 | 0 | 0.47 | 0.86 | 0.14 | 26.98 | 0.76 | 0.49 |
| Hex | DB | 73 | 1E | 0 | 2F | 56 | E | 1B | 4C | 31 |
| Octal | 333 | 163 | 36 | 0 | 57 | 126 | 16 | 33 | 114 | 61 |
| Binary | 11011011 | 1110011 | 11110 | 0 | 101111 | 1010110 | 1110 | 11011 | 1001100 | 110001 |
Color Harmonies of #DB731E
Complementary color
Monochromatic Colors of #DB731E
Black with #DB731E
Text Example
Text Example
White with #DB731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB731E; }
p { color: rgb(219,115,30); }
H1.HeaderClassName
{
color: #DB731E;
}
.AnyTagClassName
{
color: #DB731E;
}
</style>
background-color css
<style>
a { background-color: #DB731E; }
a { background-color: rgb(219,115,30); }
div.DivClassName
{
background-color: #DB731E;
}
.BgClassName
{
background-color: #DB731E;
}
</style>
border-color css
<style>
span { border-color: #DB731E; }
span { border-color: rgb(219,115,30); }
td.TdClassName
{
border-color: #DB731E;
}
.TagClassName
{
border-color: #DB731E;
}
</style>