Shades of Gold Tips #DFAF2B
Tints of Gold Tips #DFAF2B
RGB
CMYK
RGB Variations
Color information
#DFAF2B (or 0xDFAF2B) is known color: Gold Tips. HEX triplet: DF, AF and 2B. RGB value is (223,175,43). Sum of RGB (Red+Green+Blue) = 223+175+43=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF2B is #2050D4. Grayscale: #AEAEAE. Windows color (decimal): -2117845 or 2863071. OLE color: 2863071.
HSL color Cylindrical-coordinate representation of color #DFAF2B: hue angle of 44º 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 #DFAF2B is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 43 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.13 |
| HSL | 44º | 0.74% | 0.52% | - |
| HSV(B) | 44º | 0.81% | 0.87% | - |
| XYZ | 46.2 | 46.52 | 8.83 | - |
| YUV | 174.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 43 | 0 | 0.22 | 0.81 | 0.13 | 44 | 0.74 | 0.52 |
| Hex | DF | AF | 2B | 0 | 16 | 51 | D | 2C | 4A | 34 |
| Octal | 337 | 257 | 53 | 0 | 26 | 121 | 15 | 54 | 112 | 64 |
| Binary | 11011111 | 10101111 | 101011 | 0 | 10110 | 1010001 | 1101 | 101100 | 1001010 | 110100 |
Color Harmonies of #DFAF2B
Complementary color
Monochromatic Colors of #DFAF2B
Black with #DFAF2B
Text Example
Text Example
White with #DFAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF2B; }
p { color: rgb(223,175,43); }
H1.HeaderClassName
{
color: #DFAF2B;
}
.AnyTagClassName
{
color: #DFAF2B;
}
</style>
background-color css
<style>
a { background-color: #DFAF2B; }
a { background-color: rgb(223,175,43); }
div.DivClassName
{
background-color: #DFAF2B;
}
.BgClassName
{
background-color: #DFAF2B;
}
</style>
border-color css
<style>
span { border-color: #DFAF2B; }
span { border-color: rgb(223,175,43); }
td.TdClassName
{
border-color: #DFAF2B;
}
.TagClassName
{
border-color: #DFAF2B;
}
</style>