Shades of Gold Tips #DFA82F
Tints of Gold Tips #DFA82F
RGB
CMYK
RGB Variations
Color information
#DFA82F (or 0xDFA82F) is known color: Gold Tips. HEX triplet: DF, A8 and 2F. RGB value is (223,168,47). Sum of RGB (Red+Green+Blue) = 223+168+47=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA82F is #2057D0. Grayscale: #ABABAB. Windows color (decimal): -2119633 or 3123423. OLE color: 3123423.
HSL color Cylindrical-coordinate representation of color #DFA82F: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFA82F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 47 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.13 |
| HSL | 41.25º | 0.73% | 0.53% | - |
| HSV(B) | 41.25º | 0.79% | 0.87% | - |
| XYZ | 44.95 | 43.9 | 8.79 | - |
| YUV | 170.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 47 | 0 | 0.25 | 0.79 | 0.13 | 41.25 | 0.73 | 0.53 |
| Hex | DF | A8 | 2F | 0 | 19 | 4F | D | 29 | 49 | 35 |
| Octal | 337 | 250 | 57 | 0 | 31 | 117 | 15 | 51 | 111 | 65 |
| Binary | 11011111 | 10101000 | 101111 | 0 | 11001 | 1001111 | 1101 | 101001 | 1001001 | 110101 |
Color Harmonies of #DFA82F
Complementary color
Monochromatic Colors of #DFA82F
Black with #DFA82F
Text Example
Text Example
White with #DFA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA82F; }
p { color: rgb(223,168,47); }
H1.HeaderClassName
{
color: #DFA82F;
}
.AnyTagClassName
{
color: #DFA82F;
}
</style>
background-color css
<style>
a { background-color: #DFA82F; }
a { background-color: rgb(223,168,47); }
div.DivClassName
{
background-color: #DFA82F;
}
.BgClassName
{
background-color: #DFA82F;
}
</style>
border-color css
<style>
span { border-color: #DFA82F; }
span { border-color: rgb(223,168,47); }
td.TdClassName
{
border-color: #DFA82F;
}
.TagClassName
{
border-color: #DFA82F;
}
</style>