Shades of Tahiti Gold #DF8128
Tints of Tahiti Gold #DF8128
RGB
CMYK
RGB Variations
Color information
#DF8128 (or 0xDF8128) is known color: Tahiti Gold. HEX triplet: DF, 81 and 28. RGB value is (223,129,40). Sum of RGB (Red+Green+Blue) = 223+129+40=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8128 is #207ED7. Grayscale: #939393. Windows color (decimal): -2129624 or 2654687. OLE color: 2654687.
HSL color Cylindrical-coordinate representation of color #DF8128: hue angle of 29.18º 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 #DF8128 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 40 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.13 |
| HSL | 29.18º | 0.74% | 0.52% | - |
| HSV(B) | 29.18º | 0.82% | 0.87% | - |
| XYZ | 38.66 | 31.54 | 6.06 | - |
| YUV | 146.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 40 | 0 | 0.42 | 0.82 | 0.13 | 29.18 | 0.74 | 0.52 |
| Hex | DF | 81 | 28 | 0 | 2A | 52 | D | 1D | 4A | 34 |
| Octal | 337 | 201 | 50 | 0 | 52 | 122 | 15 | 35 | 112 | 64 |
| Binary | 11011111 | 10000001 | 101000 | 0 | 101010 | 1010010 | 1101 | 11101 | 1001010 | 110100 |
Color Harmonies of #DF8128
Complementary color
Monochromatic Colors of #DF8128
Black with #DF8128
Text Example
Text Example
White with #DF8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8128; }
p { color: rgb(223,129,40); }
H1.HeaderClassName
{
color: #DF8128;
}
.AnyTagClassName
{
color: #DF8128;
}
</style>
background-color css
<style>
a { background-color: #DF8128; }
a { background-color: rgb(223,129,40); }
div.DivClassName
{
background-color: #DF8128;
}
.BgClassName
{
background-color: #DF8128;
}
</style>
border-color css
<style>
span { border-color: #DF8128; }
span { border-color: rgb(223,129,40); }
td.TdClassName
{
border-color: #DF8128;
}
.TagClassName
{
border-color: #DF8128;
}
</style>