Shades of Gold Tips #DFAF2D
Tints of Gold Tips #DFAF2D
RGB
CMYK
RGB Variations
Color information
#DFAF2D (or 0xDFAF2D) is known color: Gold Tips. HEX triplet: DF, AF and 2D. RGB value is (223,175,45). Sum of RGB (Red+Green+Blue) = 223+175+45=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF2D is #2050D2. Grayscale: #AFAFAF. Windows color (decimal): -2117843 or 2994143. OLE color: 2994143.
HSL color Cylindrical-coordinate representation of color #DFAF2D: hue angle of 43.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFAF2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.82º | 0.74% | 0.53% | - |
| HSV(B) | 43.82º | 0.8% | 0.87% | - |
| XYZ | 46.24 | 46.54 | 9.03 | - |
| YUV | 174.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 45 | 0 | 0.22 | 0.80 | 0.13 | 43.82 | 0.74 | 0.53 |
| Hex | DF | AF | 2D | 0 | 16 | 50 | D | 2C | 4A | 35 |
| Octal | 337 | 257 | 55 | 0 | 26 | 120 | 15 | 54 | 112 | 65 |
| Binary | 11011111 | 10101111 | 101101 | 0 | 10110 | 1010000 | 1101 | 101100 | 1001010 | 110101 |
Color Harmonies of #DFAF2D
Complementary color
Monochromatic Colors of #DFAF2D
Black with #DFAF2D
Text Example
Text Example
White with #DFAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF2D; }
p { color: rgb(223,175,45); }
H1.HeaderClassName
{
color: #DFAF2D;
}
.AnyTagClassName
{
color: #DFAF2D;
}
</style>
background-color css
<style>
a { background-color: #DFAF2D; }
a { background-color: rgb(223,175,45); }
div.DivClassName
{
background-color: #DFAF2D;
}
.BgClassName
{
background-color: #DFAF2D;
}
</style>
border-color css
<style>
span { border-color: #DFAF2D; }
span { border-color: rgb(223,175,45); }
td.TdClassName
{
border-color: #DFAF2D;
}
.TagClassName
{
border-color: #DFAF2D;
}
</style>