Shades of Tahiti Gold #DF761F
Tints of Tahiti Gold #DF761F
RGB
CMYK
RGB Variations
Color information
#DF761F (or 0xDF761F) is known color: Tahiti Gold. HEX triplet: DF, 76 and 1F. RGB value is (223,118,31). Sum of RGB (Red+Green+Blue) = 223+118+31=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF761F is #2089E0. Grayscale: #8B8B8B. Windows color (decimal): -2132449 or 2062047. OLE color: 2062047.
HSL color Cylindrical-coordinate representation of color #DF761F: hue angle of 27.19º 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 #DF761F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.13 |
| HSL | 27.19º | 0.76% | 0.5% | - |
| HSV(B) | 27.19º | 0.86% | 0.87% | - |
| XYZ | 37.16 | 28.74 | 4.89 | - |
| YUV | 139.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 31 | 0 | 0.47 | 0.86 | 0.13 | 27.19 | 0.76 | 0.5 |
| Hex | DF | 76 | 1F | 0 | 2F | 56 | D | 1B | 4C | 32 |
| Octal | 337 | 166 | 37 | 0 | 57 | 126 | 15 | 33 | 114 | 62 |
| Binary | 11011111 | 1110110 | 11111 | 0 | 101111 | 1010110 | 1101 | 11011 | 1001100 | 110010 |
Color Harmonies of #DF761F
Complementary color
Monochromatic Colors of #DF761F
Black with #DF761F
Text Example
Text Example
White with #DF761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF761F; }
p { color: rgb(223,118,31); }
H1.HeaderClassName
{
color: #DF761F;
}
.AnyTagClassName
{
color: #DF761F;
}
</style>
background-color css
<style>
a { background-color: #DF761F; }
a { background-color: rgb(223,118,31); }
div.DivClassName
{
background-color: #DF761F;
}
.BgClassName
{
background-color: #DF761F;
}
</style>
border-color css
<style>
span { border-color: #DF761F; }
span { border-color: rgb(223,118,31); }
td.TdClassName
{
border-color: #DF761F;
}
.TagClassName
{
border-color: #DF761F;
}
</style>