Shades of Tahiti Gold #DF7331
Tints of Tahiti Gold #DF7331
RGB
CMYK
RGB Variations
Color information
#DF7331 (or 0xDF7331) is known color: Tahiti Gold. HEX triplet: DF, 73 and 31. RGB value is (223,115,49). Sum of RGB (Red+Green+Blue) = 223+115+49=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7331 is #208CCE. Grayscale: #8C8C8C. Windows color (decimal): -2133199 or 3240927. OLE color: 3240927.
HSL color Cylindrical-coordinate representation of color #DF7331: hue angle of 22.76º 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 #DF7331 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 49 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.13 |
| HSL | 22.76º | 0.73% | 0.53% | - |
| HSV(B) | 22.76º | 0.78% | 0.87% | - |
| XYZ | 37.12 | 28.17 | 6.39 | - |
| YUV | 139.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 49 | 0 | 0.48 | 0.78 | 0.13 | 22.76 | 0.73 | 0.53 |
| Hex | DF | 73 | 31 | 0 | 30 | 4E | D | 17 | 49 | 35 |
| Octal | 337 | 163 | 61 | 0 | 60 | 116 | 15 | 27 | 111 | 65 |
| Binary | 11011111 | 1110011 | 110001 | 0 | 110000 | 1001110 | 1101 | 10111 | 1001001 | 110101 |
Color Harmonies of #DF7331
Complementary color
Monochromatic Colors of #DF7331
Black with #DF7331
Text Example
Text Example
White with #DF7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7331; }
p { color: rgb(223,115,49); }
H1.HeaderClassName
{
color: #DF7331;
}
.AnyTagClassName
{
color: #DF7331;
}
</style>
background-color css
<style>
a { background-color: #DF7331; }
a { background-color: rgb(223,115,49); }
div.DivClassName
{
background-color: #DF7331;
}
.BgClassName
{
background-color: #DF7331;
}
</style>
border-color css
<style>
span { border-color: #DF7331; }
span { border-color: rgb(223,115,49); }
td.TdClassName
{
border-color: #DF7331;
}
.TagClassName
{
border-color: #DF7331;
}
</style>