Shades of Tahiti Gold #DF7321
Tints of Tahiti Gold #DF7321
RGB
CMYK
RGB Variations
Color information
#DF7321 (or 0xDF7321) is known color: Tahiti Gold. HEX triplet: DF, 73 and 21. RGB value is (223,115,33). Sum of RGB (Red+Green+Blue) = 223+115+33=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7321 is #208CDE. Grayscale: #8A8A8A. Windows color (decimal): -2133215 or 2192351. OLE color: 2192351.
HSL color Cylindrical-coordinate representation of color #DF7321: hue angle of 25.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF7321 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 33 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.13 |
| HSL | 25.89º | 0.75% | 0.5% | - |
| HSV(B) | 25.89º | 0.85% | 0.87% | - |
| XYZ | 36.84 | 28.06 | 4.91 | - |
| YUV | 137.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 33 | 0 | 0.48 | 0.85 | 0.13 | 25.89 | 0.75 | 0.5 |
| Hex | DF | 73 | 21 | 0 | 30 | 55 | D | 1A | 4B | 32 |
| Octal | 337 | 163 | 41 | 0 | 60 | 125 | 15 | 32 | 113 | 62 |
| Binary | 11011111 | 1110011 | 100001 | 0 | 110000 | 1010101 | 1101 | 11010 | 1001011 | 110010 |
Color Harmonies of #DF7321
Complementary color
Monochromatic Colors of #DF7321
Black with #DF7321
Text Example
Text Example
White with #DF7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7321; }
p { color: rgb(223,115,33); }
H1.HeaderClassName
{
color: #DF7321;
}
.AnyTagClassName
{
color: #DF7321;
}
</style>
background-color css
<style>
a { background-color: #DF7321; }
a { background-color: rgb(223,115,33); }
div.DivClassName
{
background-color: #DF7321;
}
.BgClassName
{
background-color: #DF7321;
}
</style>
border-color css
<style>
span { border-color: #DF7321; }
span { border-color: rgb(223,115,33); }
td.TdClassName
{
border-color: #DF7321;
}
.TagClassName
{
border-color: #DF7321;
}
</style>