Shades of Gold Tips #DFAC2E
Tints of Gold Tips #DFAC2E
RGB
CMYK
RGB Variations
Color information
#DFAC2E (or 0xDFAC2E) is known color: Gold Tips. HEX triplet: DF, AC and 2E. RGB value is (223,172,46). Sum of RGB (Red+Green+Blue) = 223+172+46=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC2E is #2053D1. Grayscale: #ADADAD. Windows color (decimal): -2118610 or 3058911. OLE color: 3058911.
HSL color Cylindrical-coordinate representation of color #DFAC2E: hue angle of 42.71º 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 #DFAC2E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 46 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.13 |
| HSL | 42.71º | 0.73% | 0.53% | - |
| HSV(B) | 42.71º | 0.79% | 0.87% | - |
| XYZ | 45.68 | 45.39 | 8.94 | - |
| YUV | 172.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 46 | 0 | 0.23 | 0.79 | 0.13 | 42.71 | 0.73 | 0.53 |
| Hex | DF | AC | 2E | 0 | 17 | 4F | D | 2B | 49 | 35 |
| Octal | 337 | 254 | 56 | 0 | 27 | 117 | 15 | 53 | 111 | 65 |
| Binary | 11011111 | 10101100 | 101110 | 0 | 10111 | 1001111 | 1101 | 101011 | 1001001 | 110101 |
Color Harmonies of #DFAC2E
Complementary color
Monochromatic Colors of #DFAC2E
Black with #DFAC2E
Text Example
Text Example
White with #DFAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC2E; }
p { color: rgb(223,172,46); }
H1.HeaderClassName
{
color: #DFAC2E;
}
.AnyTagClassName
{
color: #DFAC2E;
}
</style>
background-color css
<style>
a { background-color: #DFAC2E; }
a { background-color: rgb(223,172,46); }
div.DivClassName
{
background-color: #DFAC2E;
}
.BgClassName
{
background-color: #DFAC2E;
}
</style>
border-color css
<style>
span { border-color: #DFAC2E; }
span { border-color: rgb(223,172,46); }
td.TdClassName
{
border-color: #DFAC2E;
}
.TagClassName
{
border-color: #DFAC2E;
}
</style>