Shades of Tahiti Gold #DF7A1E
Tints of Tahiti Gold #DF7A1E
RGB
CMYK
RGB Variations
Color information
#DF7A1E (or 0xDF7A1E) is known color: Tahiti Gold. HEX triplet: DF, 7A and 1E. RGB value is (223,122,30). Sum of RGB (Red+Green+Blue) = 223+122+30=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A1E is #2085E1. Grayscale: #8E8E8E. Windows color (decimal): -2131426 or 1997535. OLE color: 1997535.
HSL color Cylindrical-coordinate representation of color #DF7A1E: hue angle of 28.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF7A1E is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 30 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.13 |
| HSL | 28.6º | 0.76% | 0.5% | - |
| HSV(B) | 28.6º | 0.87% | 0.87% | - |
| XYZ | 37.63 | 29.7 | 4.98 | - |
| YUV | 141.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 30 | 0 | 0.45 | 0.87 | 0.13 | 28.6 | 0.76 | 0.5 |
| Hex | DF | 7A | 1E | 0 | 2D | 57 | D | 1D | 4C | 32 |
| Octal | 337 | 172 | 36 | 0 | 55 | 127 | 15 | 35 | 114 | 62 |
| Binary | 11011111 | 1111010 | 11110 | 0 | 101101 | 1010111 | 1101 | 11101 | 1001100 | 110010 |
Color Harmonies of #DF7A1E
Complementary color
Monochromatic Colors of #DF7A1E
Black with #DF7A1E
Text Example
Text Example
White with #DF7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A1E; }
p { color: rgb(223,122,30); }
H1.HeaderClassName
{
color: #DF7A1E;
}
.AnyTagClassName
{
color: #DF7A1E;
}
</style>
background-color css
<style>
a { background-color: #DF7A1E; }
a { background-color: rgb(223,122,30); }
div.DivClassName
{
background-color: #DF7A1E;
}
.BgClassName
{
background-color: #DF7A1E;
}
</style>
border-color css
<style>
span { border-color: #DF7A1E; }
span { border-color: rgb(223,122,30); }
td.TdClassName
{
border-color: #DF7A1E;
}
.TagClassName
{
border-color: #DF7A1E;
}
</style>