Shades of Tahiti Gold #DF7A19
Tints of Tahiti Gold #DF7A19
RGB
CMYK
RGB Variations
Color information
#DF7A19 (or 0xDF7A19) is known color: Tahiti Gold. HEX triplet: DF, 7A and 19. RGB value is (223,122,25). Sum of RGB (Red+Green+Blue) = 223+122+25=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7A19 is #2085E6. Grayscale: #8D8D8D. Windows color (decimal): -2131431 or 1669855. OLE color: 1669855.
HSL color Cylindrical-coordinate representation of color #DF7A19: hue angle of 29.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF7A19 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.13 |
| HSL | 29.39º | 0.8% | 0.49% | - |
| HSV(B) | 29.39º | 0.89% | 0.87% | - |
| XYZ | 37.57 | 29.68 | 4.67 | - |
| YUV | 141.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 25 | 0 | 0.45 | 0.89 | 0.13 | 29.39 | 0.8 | 0.49 |
| Hex | DF | 7A | 19 | 0 | 2D | 59 | D | 1D | 50 | 31 |
| Octal | 337 | 172 | 31 | 0 | 55 | 131 | 15 | 35 | 120 | 61 |
| Binary | 11011111 | 1111010 | 11001 | 0 | 101101 | 1011001 | 1101 | 11101 | 1010000 | 110001 |
Color Harmonies of #DF7A19
Complementary color
Monochromatic Colors of #DF7A19
Black with #DF7A19
Text Example
Text Example
White with #DF7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A19; }
p { color: rgb(223,122,25); }
H1.HeaderClassName
{
color: #DF7A19;
}
.AnyTagClassName
{
color: #DF7A19;
}
</style>
background-color css
<style>
a { background-color: #DF7A19; }
a { background-color: rgb(223,122,25); }
div.DivClassName
{
background-color: #DF7A19;
}
.BgClassName
{
background-color: #DF7A19;
}
</style>
border-color css
<style>
span { border-color: #DF7A19; }
span { border-color: rgb(223,122,25); }
td.TdClassName
{
border-color: #DF7A19;
}
.TagClassName
{
border-color: #DF7A19;
}
</style>