Shades of Tahiti Gold #DF8228
Tints of Tahiti Gold #DF8228
RGB
CMYK
RGB Variations
Color information
#DF8228 (or 0xDF8228) is known color: Tahiti Gold. HEX triplet: DF, 82 and 28. RGB value is (223,130,40). Sum of RGB (Red+Green+Blue) = 223+130+40=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8228 is #207DD7. Grayscale: #949494. Windows color (decimal): -2129368 or 2654943. OLE color: 2654943.
HSL color Cylindrical-coordinate representation of color #DF8228: hue angle of 29.51º 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 #DF8228 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 40 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.13 |
| HSL | 29.51º | 0.74% | 0.52% | - |
| HSV(B) | 29.51º | 0.82% | 0.87% | - |
| XYZ | 38.8 | 31.81 | 6.1 | - |
| YUV | 147.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 40 | 0 | 0.42 | 0.82 | 0.13 | 29.51 | 0.74 | 0.52 |
| Hex | DF | 82 | 28 | 0 | 2A | 52 | D | 1E | 4A | 34 |
| Octal | 337 | 202 | 50 | 0 | 52 | 122 | 15 | 36 | 112 | 64 |
| Binary | 11011111 | 10000010 | 101000 | 0 | 101010 | 1010010 | 1101 | 11110 | 1001010 | 110100 |
Color Harmonies of #DF8228
Complementary color
Monochromatic Colors of #DF8228
Black with #DF8228
Text Example
Text Example
White with #DF8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8228; }
p { color: rgb(223,130,40); }
H1.HeaderClassName
{
color: #DF8228;
}
.AnyTagClassName
{
color: #DF8228;
}
</style>
background-color css
<style>
a { background-color: #DF8228; }
a { background-color: rgb(223,130,40); }
div.DivClassName
{
background-color: #DF8228;
}
.BgClassName
{
background-color: #DF8228;
}
</style>
border-color css
<style>
span { border-color: #DF8228; }
span { border-color: rgb(223,130,40); }
td.TdClassName
{
border-color: #DF8228;
}
.TagClassName
{
border-color: #DF8228;
}
</style>