Shades of Gold Tips #DFB628
Tints of Gold Tips #DFB628
RGB
CMYK
RGB Variations
Color information
#DFB628 (or 0xDFB628) is known color: Gold Tips. HEX triplet: DF, B6 and 28. RGB value is (223,182,40). Sum of RGB (Red+Green+Blue) = 223+182+40=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB628 is #2049D7. Grayscale: #B2B2B2. Windows color (decimal): -2116056 or 2668255. OLE color: 2668255.
HSL color Cylindrical-coordinate representation of color #DFB628: hue angle of 46.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB628 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.13 |
| HSL | 46.56º | 0.74% | 0.52% | - |
| HSV(B) | 46.56º | 0.82% | 0.87% | - |
| XYZ | 47.54 | 49.3 | 9.02 | - |
| YUV | 178.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 40 | 0 | 0.18 | 0.82 | 0.13 | 46.56 | 0.74 | 0.52 |
| Hex | DF | B6 | 28 | 0 | 12 | 52 | D | 2F | 4A | 34 |
| Octal | 337 | 266 | 50 | 0 | 22 | 122 | 15 | 57 | 112 | 64 |
| Binary | 11011111 | 10110110 | 101000 | 0 | 10010 | 1010010 | 1101 | 101111 | 1001010 | 110100 |
Color Harmonies of #DFB628
Complementary color
Monochromatic Colors of #DFB628
Black with #DFB628
Text Example
Text Example
White with #DFB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB628; }
p { color: rgb(223,182,40); }
H1.HeaderClassName
{
color: #DFB628;
}
.AnyTagClassName
{
color: #DFB628;
}
</style>
background-color css
<style>
a { background-color: #DFB628; }
a { background-color: rgb(223,182,40); }
div.DivClassName
{
background-color: #DFB628;
}
.BgClassName
{
background-color: #DFB628;
}
</style>
border-color css
<style>
span { border-color: #DFB628; }
span { border-color: rgb(223,182,40); }
td.TdClassName
{
border-color: #DFB628;
}
.TagClassName
{
border-color: #DFB628;
}
</style>