Shades of Tahiti Gold #DF8028
Tints of Tahiti Gold #DF8028
RGB
CMYK
RGB Variations
Color information
#DF8028 (or 0xDF8028) is known color: Tahiti Gold. HEX triplet: DF, 80 and 28. RGB value is (223,128,40). Sum of RGB (Red+Green+Blue) = 223+128+40=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8028 is #207FD7. Grayscale: #929292. Windows color (decimal): -2129880 or 2654431. OLE color: 2654431.
HSL color Cylindrical-coordinate representation of color #DF8028: hue angle of 28.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF8028 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 40 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.13 |
| HSL | 28.85º | 0.74% | 0.52% | - |
| HSV(B) | 28.85º | 0.82% | 0.87% | - |
| XYZ | 38.53 | 31.28 | 6.01 | - |
| YUV | 146.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 40 | 0 | 0.43 | 0.82 | 0.13 | 28.85 | 0.74 | 0.52 |
| Hex | DF | 80 | 28 | 0 | 2B | 52 | D | 1D | 4A | 34 |
| Octal | 337 | 200 | 50 | 0 | 53 | 122 | 15 | 35 | 112 | 64 |
| Binary | 11011111 | 10000000 | 101000 | 0 | 101011 | 1010010 | 1101 | 11101 | 1001010 | 110100 |
Color Harmonies of #DF8028
Complementary color
Monochromatic Colors of #DF8028
Black with #DF8028
Text Example
Text Example
White with #DF8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8028; }
p { color: rgb(223,128,40); }
H1.HeaderClassName
{
color: #DF8028;
}
.AnyTagClassName
{
color: #DF8028;
}
</style>
background-color css
<style>
a { background-color: #DF8028; }
a { background-color: rgb(223,128,40); }
div.DivClassName
{
background-color: #DF8028;
}
.BgClassName
{
background-color: #DF8028;
}
</style>
border-color css
<style>
span { border-color: #DF8028; }
span { border-color: rgb(223,128,40); }
td.TdClassName
{
border-color: #DF8028;
}
.TagClassName
{
border-color: #DF8028;
}
</style>