Shades of Gold Tips #DFB621
Tints of Gold Tips #DFB621
RGB
CMYK
RGB Variations
Color information
#DFB621 (or 0xDFB621) is known color: Gold Tips. HEX triplet: DF, B6 and 21. RGB value is (223,182,33). Sum of RGB (Red+Green+Blue) = 223+182+33=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB621 is #2049DE. Grayscale: #B1B1B1. Windows color (decimal): -2116063 or 2209503. OLE color: 2209503.
HSL color Cylindrical-coordinate representation of color #DFB621: hue angle of 47.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB621 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.13 |
| HSL | 47.05º | 0.75% | 0.5% | - |
| HSV(B) | 47.05º | 0.85% | 0.87% | - |
| XYZ | 47.43 | 49.25 | 8.45 | - |
| YUV | 177.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 33 | 0 | 0.18 | 0.85 | 0.13 | 47.05 | 0.75 | 0.5 |
| Hex | DF | B6 | 21 | 0 | 12 | 55 | D | 2F | 4B | 32 |
| Octal | 337 | 266 | 41 | 0 | 22 | 125 | 15 | 57 | 113 | 62 |
| Binary | 11011111 | 10110110 | 100001 | 0 | 10010 | 1010101 | 1101 | 101111 | 1001011 | 110010 |
Color Harmonies of #DFB621
Complementary color
Monochromatic Colors of #DFB621
Black with #DFB621
Text Example
Text Example
White with #DFB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB621; }
p { color: rgb(223,182,33); }
H1.HeaderClassName
{
color: #DFB621;
}
.AnyTagClassName
{
color: #DFB621;
}
</style>
background-color css
<style>
a { background-color: #DFB621; }
a { background-color: rgb(223,182,33); }
div.DivClassName
{
background-color: #DFB621;
}
.BgClassName
{
background-color: #DFB621;
}
</style>
border-color css
<style>
span { border-color: #DFB621; }
span { border-color: rgb(223,182,33); }
td.TdClassName
{
border-color: #DFB621;
}
.TagClassName
{
border-color: #DFB621;
}
</style>