Shades of Tahiti Gold #DF781F
Tints of Tahiti Gold #DF781F
RGB
CMYK
RGB Variations
Color information
#DF781F (or 0xDF781F) is known color: Tahiti Gold. HEX triplet: DF, 78 and 1F. RGB value is (223,120,31). Sum of RGB (Red+Green+Blue) = 223+120+31=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF781F is #2087E0. Grayscale: #8D8D8D. Windows color (decimal): -2131937 or 2062559. OLE color: 2062559.
HSL color Cylindrical-coordinate representation of color #DF781F: hue angle of 27.81º 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 #DF781F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.13 |
| HSL | 27.81º | 0.76% | 0.5% | - |
| HSV(B) | 27.81º | 0.86% | 0.87% | - |
| XYZ | 37.4 | 29.22 | 4.97 | - |
| YUV | 140.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 31 | 0 | 0.46 | 0.86 | 0.13 | 27.81 | 0.76 | 0.5 |
| Hex | DF | 78 | 1F | 0 | 2E | 56 | D | 1C | 4C | 32 |
| Octal | 337 | 170 | 37 | 0 | 56 | 126 | 15 | 34 | 114 | 62 |
| Binary | 11011111 | 1111000 | 11111 | 0 | 101110 | 1010110 | 1101 | 11100 | 1001100 | 110010 |
Color Harmonies of #DF781F
Complementary color
Monochromatic Colors of #DF781F
Black with #DF781F
Text Example
Text Example
White with #DF781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF781F; }
p { color: rgb(223,120,31); }
H1.HeaderClassName
{
color: #DF781F;
}
.AnyTagClassName
{
color: #DF781F;
}
</style>
background-color css
<style>
a { background-color: #DF781F; }
a { background-color: rgb(223,120,31); }
div.DivClassName
{
background-color: #DF781F;
}
.BgClassName
{
background-color: #DF781F;
}
</style>
border-color css
<style>
span { border-color: #DF781F; }
span { border-color: rgb(223,120,31); }
td.TdClassName
{
border-color: #DF781F;
}
.TagClassName
{
border-color: #DF781F;
}
</style>