Shades of Tahiti Gold #DB741F
Tints of Tahiti Gold #DB741F
RGB
CMYK
RGB Variations
Color information
#DB741F (or 0xDB741F) is known color: Tahiti Gold. HEX triplet: DB, 74 and 1F. RGB value is (219,116,31). Sum of RGB (Red+Green+Blue) = 219+116+31=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB741F is #248BE0. Grayscale: #898989. Windows color (decimal): -2395105 or 2061531. OLE color: 2061531.
HSL color Cylindrical-coordinate representation of color #DB741F: hue angle of 27.13º 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 #DB741F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.14 |
| HSL | 27.13º | 0.75% | 0.49% | - |
| HSV(B) | 27.13º | 0.86% | 0.86% | - |
| XYZ | 35.71 | 27.65 | 4.75 | - |
| YUV | 137.11 | 68.12 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 31 | 0 | 0.47 | 0.86 | 0.14 | 27.13 | 0.75 | 0.49 |
| Hex | DB | 74 | 1F | 0 | 2F | 56 | E | 1B | 4B | 31 |
| Octal | 333 | 164 | 37 | 0 | 57 | 126 | 16 | 33 | 113 | 61 |
| Binary | 11011011 | 1110100 | 11111 | 0 | 101111 | 1010110 | 1110 | 11011 | 1001011 | 110001 |
Color Harmonies of #DB741F
Complementary color
Monochromatic Colors of #DB741F
Black with #DB741F
Text Example
Text Example
White with #DB741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB741F; }
p { color: rgb(219,116,31); }
H1.HeaderClassName
{
color: #DB741F;
}
.AnyTagClassName
{
color: #DB741F;
}
</style>
background-color css
<style>
a { background-color: #DB741F; }
a { background-color: rgb(219,116,31); }
div.DivClassName
{
background-color: #DB741F;
}
.BgClassName
{
background-color: #DB741F;
}
</style>
border-color css
<style>
span { border-color: #DB741F; }
span { border-color: rgb(219,116,31); }
td.TdClassName
{
border-color: #DB741F;
}
.TagClassName
{
border-color: #DB741F;
}
</style>