Shades of Tahiti Gold #DF8021
Tints of Tahiti Gold #DF8021
RGB
CMYK
RGB Variations
Color information
#DF8021 (or 0xDF8021) is known color: Tahiti Gold. HEX triplet: DF, 80 and 21. RGB value is (223,128,33). Sum of RGB (Red+Green+Blue) = 223+128+33=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8021 is #207FDE. Grayscale: #929292. Windows color (decimal): -2129887 or 2195679. OLE color: 2195679.
HSL color Cylindrical-coordinate representation of color #DF8021: hue angle of 30º 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 #DF8021 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 33 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.13 |
| HSL | 30º | 0.75% | 0.5% | - |
| HSV(B) | 30º | 0.85% | 0.87% | - |
| XYZ | 38.43 | 31.24 | 5.44 | - |
| YUV | 145.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 33 | 0 | 0.43 | 0.85 | 0.13 | 30 | 0.75 | 0.5 |
| Hex | DF | 80 | 21 | 0 | 2B | 55 | D | 1E | 4B | 32 |
| Octal | 337 | 200 | 41 | 0 | 53 | 125 | 15 | 36 | 113 | 62 |
| Binary | 11011111 | 10000000 | 100001 | 0 | 101011 | 1010101 | 1101 | 11110 | 1001011 | 110010 |
Color Harmonies of #DF8021
Complementary color
Monochromatic Colors of #DF8021
Black with #DF8021
Text Example
Text Example
White with #DF8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8021; }
p { color: rgb(223,128,33); }
H1.HeaderClassName
{
color: #DF8021;
}
.AnyTagClassName
{
color: #DF8021;
}
</style>
background-color css
<style>
a { background-color: #DF8021; }
a { background-color: rgb(223,128,33); }
div.DivClassName
{
background-color: #DF8021;
}
.BgClassName
{
background-color: #DF8021;
}
</style>
border-color css
<style>
span { border-color: #DF8021; }
span { border-color: rgb(223,128,33); }
td.TdClassName
{
border-color: #DF8021;
}
.TagClassName
{
border-color: #DF8021;
}
</style>