Shades of Tahiti Gold #DF7F1F
Tints of Tahiti Gold #DF7F1F
RGB
CMYK
RGB Variations
Color information
#DF7F1F (or 0xDF7F1F) is known color: Tahiti Gold. HEX triplet: DF, 7F and 1F. RGB value is (223,127,31). Sum of RGB (Red+Green+Blue) = 223+127+31=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F1F is #2080E0. Grayscale: #919191. Windows color (decimal): -2130145 or 2064351. OLE color: 2064351.
HSL color Cylindrical-coordinate representation of color #DF7F1F: hue angle of 30º 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 #DF7F1F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 31 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.13 |
| HSL | 30º | 0.76% | 0.5% | - |
| HSV(B) | 30º | 0.86% | 0.87% | - |
| XYZ | 38.27 | 30.97 | 5.26 | - |
| YUV | 144.76 | 63.8 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 31 | 0 | 0.43 | 0.86 | 0.13 | 30 | 0.76 | 0.5 |
| Hex | DF | 7F | 1F | 0 | 2B | 56 | D | 1E | 4C | 32 |
| Octal | 337 | 177 | 37 | 0 | 53 | 126 | 15 | 36 | 114 | 62 |
| Binary | 11011111 | 1111111 | 11111 | 0 | 101011 | 1010110 | 1101 | 11110 | 1001100 | 110010 |
Color Harmonies of #DF7F1F
Complementary color
Monochromatic Colors of #DF7F1F
Black with #DF7F1F
Text Example
Text Example
White with #DF7F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F1F; }
p { color: rgb(223,127,31); }
H1.HeaderClassName
{
color: #DF7F1F;
}
.AnyTagClassName
{
color: #DF7F1F;
}
</style>
background-color css
<style>
a { background-color: #DF7F1F; }
a { background-color: rgb(223,127,31); }
div.DivClassName
{
background-color: #DF7F1F;
}
.BgClassName
{
background-color: #DF7F1F;
}
</style>
border-color css
<style>
span { border-color: #DF7F1F; }
span { border-color: rgb(223,127,31); }
td.TdClassName
{
border-color: #DF7F1F;
}
.TagClassName
{
border-color: #DF7F1F;
}
</style>