Shades of Tahiti Gold #DF7519
Tints of Tahiti Gold #DF7519
RGB
CMYK
RGB Variations
Color information
#DF7519 (or 0xDF7519) is known color: Tahiti Gold. HEX triplet: DF, 75 and 19. RGB value is (223,117,25). Sum of RGB (Red+Green+Blue) = 223+117+25=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7519 is #208AE6. Grayscale: #8A8A8A. Windows color (decimal): -2132711 or 1668575. OLE color: 1668575.
HSL color Cylindrical-coordinate representation of color #DF7519: hue angle of 27.88º 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 #DF7519 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 25 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.13 |
| HSL | 27.88º | 0.8% | 0.49% | - |
| HSV(B) | 27.88º | 0.89% | 0.87% | - |
| XYZ | 36.97 | 28.48 | 4.47 | - |
| YUV | 138.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 25 | 0 | 0.48 | 0.89 | 0.13 | 27.88 | 0.8 | 0.49 |
| Hex | DF | 75 | 19 | 0 | 30 | 59 | D | 1C | 50 | 31 |
| Octal | 337 | 165 | 31 | 0 | 60 | 131 | 15 | 34 | 120 | 61 |
| Binary | 11011111 | 1110101 | 11001 | 0 | 110000 | 1011001 | 1101 | 11100 | 1010000 | 110001 |
Color Harmonies of #DF7519
Complementary color
Monochromatic Colors of #DF7519
Black with #DF7519
Text Example
Text Example
White with #DF7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7519; }
p { color: rgb(223,117,25); }
H1.HeaderClassName
{
color: #DF7519;
}
.AnyTagClassName
{
color: #DF7519;
}
</style>
background-color css
<style>
a { background-color: #DF7519; }
a { background-color: rgb(223,117,25); }
div.DivClassName
{
background-color: #DF7519;
}
.BgClassName
{
background-color: #DF7519;
}
</style>
border-color css
<style>
span { border-color: #DF7519; }
span { border-color: rgb(223,117,25); }
td.TdClassName
{
border-color: #DF7519;
}
.TagClassName
{
border-color: #DF7519;
}
</style>