Shades of Gold Tips #DFAC2D
Tints of Gold Tips #DFAC2D
RGB
CMYK
RGB Variations
Color information
#DFAC2D (or 0xDFAC2D) is known color: Gold Tips. HEX triplet: DF, AC and 2D. RGB value is (223,172,45). Sum of RGB (Red+Green+Blue) = 223+172+45=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC2D is #2053D2. Grayscale: #ADADAD. Windows color (decimal): -2118611 or 2993375. OLE color: 2993375.
HSL color Cylindrical-coordinate representation of color #DFAC2D: hue angle of 42.81º 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 #DFAC2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.81º | 0.74% | 0.53% | - |
| HSV(B) | 42.81º | 0.8% | 0.87% | - |
| XYZ | 45.66 | 45.38 | 8.84 | - |
| YUV | 172.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 45 | 0 | 0.23 | 0.80 | 0.13 | 42.81 | 0.74 | 0.53 |
| Hex | DF | AC | 2D | 0 | 17 | 50 | D | 2B | 4A | 35 |
| Octal | 337 | 254 | 55 | 0 | 27 | 120 | 15 | 53 | 112 | 65 |
| Binary | 11011111 | 10101100 | 101101 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001010 | 110101 |
Color Harmonies of #DFAC2D
Complementary color
Monochromatic Colors of #DFAC2D
Black with #DFAC2D
Text Example
Text Example
White with #DFAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC2D; }
p { color: rgb(223,172,45); }
H1.HeaderClassName
{
color: #DFAC2D;
}
.AnyTagClassName
{
color: #DFAC2D;
}
</style>
background-color css
<style>
a { background-color: #DFAC2D; }
a { background-color: rgb(223,172,45); }
div.DivClassName
{
background-color: #DFAC2D;
}
.BgClassName
{
background-color: #DFAC2D;
}
</style>
border-color css
<style>
span { border-color: #DFAC2D; }
span { border-color: rgb(223,172,45); }
td.TdClassName
{
border-color: #DFAC2D;
}
.TagClassName
{
border-color: #DFAC2D;
}
</style>