Shades of Gold Tips #DFA92B
Tints of Gold Tips #DFA92B
RGB
CMYK
RGB Variations
Color information
#DFA92B (or 0xDFA92B) is known color: Gold Tips. HEX triplet: DF, A9 and 2B. RGB value is (223,169,43). Sum of RGB (Red+Green+Blue) = 223+169+43=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA92B is #2056D4. Grayscale: #ABABAB. Windows color (decimal): -2119381 or 2861535. OLE color: 2861535.
HSL color Cylindrical-coordinate representation of color #DFA92B: hue angle of 42º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFA92B is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 43 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.13 |
| HSL | 42º | 0.74% | 0.52% | - |
| HSV(B) | 42º | 0.81% | 0.87% | - |
| XYZ | 45.06 | 44.24 | 8.45 | - |
| YUV | 170.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 43 | 0 | 0.24 | 0.81 | 0.13 | 42 | 0.74 | 0.52 |
| Hex | DF | A9 | 2B | 0 | 18 | 51 | D | 2A | 4A | 34 |
| Octal | 337 | 251 | 53 | 0 | 30 | 121 | 15 | 52 | 112 | 64 |
| Binary | 11011111 | 10101001 | 101011 | 0 | 11000 | 1010001 | 1101 | 101010 | 1001010 | 110100 |
Color Harmonies of #DFA92B
Complementary color
Monochromatic Colors of #DFA92B
Black with #DFA92B
Text Example
Text Example
White with #DFA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA92B; }
p { color: rgb(223,169,43); }
H1.HeaderClassName
{
color: #DFA92B;
}
.AnyTagClassName
{
color: #DFA92B;
}
</style>
background-color css
<style>
a { background-color: #DFA92B; }
a { background-color: rgb(223,169,43); }
div.DivClassName
{
background-color: #DFA92B;
}
.BgClassName
{
background-color: #DFA92B;
}
</style>
border-color css
<style>
span { border-color: #DFA92B; }
span { border-color: rgb(223,169,43); }
td.TdClassName
{
border-color: #DFA92B;
}
.TagClassName
{
border-color: #DFA92B;
}
</style>