Shades of Tahiti Gold #DF791F
Tints of Tahiti Gold #DF791F
RGB
CMYK
RGB Variations
Color information
#DF791F (or 0xDF791F) is known color: Tahiti Gold. HEX triplet: DF, 79 and 1F. RGB value is (223,121,31). Sum of RGB (Red+Green+Blue) = 223+121+31=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF791F is #2086E0. Grayscale: #8D8D8D. Windows color (decimal): -2131681 or 2062815. OLE color: 2062815.
HSL color Cylindrical-coordinate representation of color #DF791F: hue angle of 28.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF791F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.13 |
| HSL | 28.13º | 0.76% | 0.5% | - |
| HSV(B) | 28.13º | 0.86% | 0.87% | - |
| XYZ | 37.52 | 29.46 | 5.01 | - |
| YUV | 141.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 31 | 0 | 0.46 | 0.86 | 0.13 | 28.13 | 0.76 | 0.5 |
| Hex | DF | 79 | 1F | 0 | 2E | 56 | D | 1C | 4C | 32 |
| Octal | 337 | 171 | 37 | 0 | 56 | 126 | 15 | 34 | 114 | 62 |
| Binary | 11011111 | 1111001 | 11111 | 0 | 101110 | 1010110 | 1101 | 11100 | 1001100 | 110010 |
Color Harmonies of #DF791F
Complementary color
Monochromatic Colors of #DF791F
Black with #DF791F
Text Example
Text Example
White with #DF791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF791F; }
p { color: rgb(223,121,31); }
H1.HeaderClassName
{
color: #DF791F;
}
.AnyTagClassName
{
color: #DF791F;
}
</style>
background-color css
<style>
a { background-color: #DF791F; }
a { background-color: rgb(223,121,31); }
div.DivClassName
{
background-color: #DF791F;
}
.BgClassName
{
background-color: #DF791F;
}
</style>
border-color css
<style>
span { border-color: #DF791F; }
span { border-color: rgb(223,121,31); }
td.TdClassName
{
border-color: #DF791F;
}
.TagClassName
{
border-color: #DF791F;
}
</style>