Shades of Tahiti Gold #DF7631
Tints of Tahiti Gold #DF7631
RGB
CMYK
RGB Variations
Color information
#DF7631 (or 0xDF7631) is known color: Tahiti Gold. HEX triplet: DF, 76 and 31. RGB value is (223,118,49). Sum of RGB (Red+Green+Blue) = 223+118+49=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7631 is #2089CE. Grayscale: #8D8D8D. Windows color (decimal): -2132431 or 3241695. OLE color: 3241695.
HSL color Cylindrical-coordinate representation of color #DF7631: hue angle of 23.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7631 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 49 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.13 |
| HSL | 23.79º | 0.73% | 0.53% | - |
| HSV(B) | 23.79º | 0.78% | 0.87% | - |
| XYZ | 37.46 | 28.87 | 6.5 | - |
| YUV | 141.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 49 | 0 | 0.47 | 0.78 | 0.13 | 23.79 | 0.73 | 0.53 |
| Hex | DF | 76 | 31 | 0 | 2F | 4E | D | 18 | 49 | 35 |
| Octal | 337 | 166 | 61 | 0 | 57 | 116 | 15 | 30 | 111 | 65 |
| Binary | 11011111 | 1110110 | 110001 | 0 | 101111 | 1001110 | 1101 | 11000 | 1001001 | 110101 |
Color Harmonies of #DF7631
Complementary color
Monochromatic Colors of #DF7631
Black with #DF7631
Text Example
Text Example
White with #DF7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7631; }
p { color: rgb(223,118,49); }
H1.HeaderClassName
{
color: #DF7631;
}
.AnyTagClassName
{
color: #DF7631;
}
</style>
background-color css
<style>
a { background-color: #DF7631; }
a { background-color: rgb(223,118,49); }
div.DivClassName
{
background-color: #DF7631;
}
.BgClassName
{
background-color: #DF7631;
}
</style>
border-color css
<style>
span { border-color: #DF7631; }
span { border-color: rgb(223,118,49); }
td.TdClassName
{
border-color: #DF7631;
}
.TagClassName
{
border-color: #DF7631;
}
</style>